asp.net - modal popup effect from silverlight usercontrol -
I'm playing around and trying to learn Silverlight4. I have an existing ASP.x page and the area of 600 * 400px is available for my Silverlight form.
There are 2 user controls in my Silverlight application 1 There is a list view of some data in the user control, when a user clicks the item item, I display the second user.
Is it possible from second user control to call the clientside function within the page, so that I have a similar effect as a model popup?
Any help would be great!
You should get your second control from ChildWindow
(and Examples of using ChildWindow
are to search the web). This control is designed to give this model pattern.
Comments
Post a Comment