Hello Everyone,
I have a Main Page, A. It has a modal pop up extender and an panel. Inside Panel is an iframe whose source is an another page B. Page B has user controls which is set visible /invisible based on some conditions.
Page A has a grid. When I click on edit in the grid. it opens the modal pop up, which loads an iframe and makes the user control visible. User controls has an save button. On Click of which i should save the data and close my modal pop. Please let me know how to achieve this.?
I am unable to get the Id of the modal pop up extender from the user control to hide it.
Any help is very much appreciated.