Hi EveryOne,
Am in a requirement to show the modalpopup on page load of aspx page. This aspx page initially has many Update Panels in it which also loads during load event.
My Modal PopUp pops out during page load(no issues with that). My popUp has a button. when i click the OK button which is inside the popup, the Loading of Update panel which is behind the popup stops.
Please give me some suggestions.
I just want the popup to appear after everything loaded into the page including the Update panel contents.