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
On dropdownlist
set
Autopostback = "false"