ModalDialog
Posted in Silverlight, tagged ModalDialog on April 3, 2008 | No Comments »
Displaying a ModalDialog in Silverlight is simple, thanks to Karen Corby for providing a reusable class
you can download sample code for ModalDialog here
how to use it
copy the code for class into the project
Create a page(”ModalPage”
with the content we want to be displayed in ModalDialog
when it is time to display the dialog, all we need to [...]