Click here to Skip to main content
15,899,314 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii,

I am using Modelpopup extender for panel .. which populates the popup .. in that i have two dropdowns. on selected index changed events of one drop down i want to bind other one . but when i do that . it calls proper methods n all . but on postbacks that popup gets closed , i tried using update panel but after that bo ither buttons worked on panel .
Posted

1 solution

In SelectedIndexChanged event of first dropdown, write the code to show the ModelPopupExtender. Try this in SelectedIndexChanged event of your first dropdown.
C#
ModelPopupExtender1.Show();


--Amit
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900