views:

5

answers:

0

Hi all,

I have a small issue with ModalPopupExtender. It opens in an Iframe initially, and shows the page: add_contact.aspx After I have entered the contact details, the IFrame redirects to the contact_details.aspx page to show what I have loaded.

The problem is when I close that window and click again on the Add Contact Button that shows the IFrame, it shows the contact_details.aspx page, and not the add_contact.aspx page.

Anyways, I can resolve this, without linking an EvenHandler to the button that pops the IFrame.

Thanks