Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two DropDownLists. ddldeg and ddlbranch. I am binding ddldeg to a Dataset by using find control in gridrowdatabound event in !IsPostBack.
I am then binding ddlbranch to another Dataset based on the selected item in ddldeg on the SelectedIndexChanged event on ddldeg.
My problem is that when I select ddldeg value selectedIndexChanged event is called and in debugging that dropdown is get filled but after that both dropdownlist's get blanked.
Posted
Comments
Karthik Harve 20-Mar-13 2:12am    
can you show your code ?
S. M. Ahasan Habib 20-Mar-13 3:59am    
You need to show your 2 drop down's html markup and page_init/load event where you bind/populate your dropdown controls and how will you handle selectedIndexChanged event.

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