Feed on
Posts
Comments

Posts Tagged ‘ModalDialog’

ModalDialog

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 [...]

Read Full Post »