How to avoid postback of parent page while using modal popup extender

Sujith S Nair picture Sujith S Nair · Nov 2, 2011 · Viewed 7.8k times · Source

I have a page which have a modalpopup. While i change the selected value of the dropdownlist in modalpopup, the whole page refreshes (ie. the parent page) and the controls below the popup blinks. My requirement is to avoid this postback of the parent page while selecting some control from the popup control. How can i achieve this using ajax modalpopup control?

My modal popup is within an update panel.

Regards, Sujith.S

Answer

Shree picture Shree · Nov 2, 2011

On dropdownlist set
Autopostback = "false"