Search code examples
asp.netmodalpopupextender

Is there a way to open another page using ModalPopup Extender?


I was wondering if there is way to open another page using a Modal Popup Extender? and if there is can someone please the tell me how do i go about doing it ..

Thanx

Owais


Solution

  • You could probably put an iframe pointing to the page within the Modal Popup Extender, however that would be a bit of a hack. I would recommend putting whatever content on that page into a user control and then referencing that control from both the original page and the page with the modal popup.