Reputation: 738
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
Upvotes: 1
Views: 7995
Reputation: 11393
U can use :
Jquery
or
Ajax
Look to this about popup window in asp.net
Upvotes: 0
Reputation: 52241
You have to put your dropdownlist
in updatepanel
to avoid full postback
Upvotes: 1