How do you call a modalpopupextender(dialog panel) from any web page in the application with asp.net. lets say i have an email button on several pages and want to call the emailpopupextender. how would i do that?
How do you call a modalpopupextender(dialog panel) from any web page in the application
Share
For those having a similar issue here is a good tutorial for the user_control method of ModelPopupExtender How To: ModalPopupExtender as UserControl
Note: From what I’ve experienced, trying to call MPE in MasterPage from a page in an IFrame doesn’t work. If someone has an idea of how to do please post comment or answer.