Hi there, I am playing around and trying to learn silverlight4. I have an existing asp.net page with and area of 600 * 400px available for my silverlight form.
My silverlight application has 2 usercontrols. The 1st usercontrol contains a listview of some data, when a user clicks on a list item I display the 2nd usercontrol.
Is it possible from the 2nd usercontrol to call a clientside function within the page so I can have a similar effect as a modal popup?
Any help would be great!!!!