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

7.9k Views Asked by At

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

4

There are 4 best solutions below

0
On

On dropdownlist set
Autopostback = "false"

0
On

You have to put your dropdownlist in updatepanel to avoid full postback

0
On

U can use :

Jquery

or

Ajax

Look to this about popup window in asp.net

0
On

Put your modal popup in updatepanel