Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have three dropdown list

Country
State
City

If I select country , corresponding state should bind in state, same for City

Please help me to code for this....

Thanks
Posted
Comments
Prasad Khandekar 5-Apr-13 6:11am    
Set AutoPostBack set as true for each DropDown and write a OnSelectedIndexChanged handler to populate the dependent. have a look at MSDN library (http://msdn.microsoft.com/en-in/library/system.web.ui.webcontrols.dropdownlist.aspx)
Rohit Kolekar11 5-Apr-13 6:30am    
Thank you....

1 solution

You have to try to do it.

If any problem come we all help you but first try.
 
Share this answer
 
Comments
Rohit Kolekar11 5-Apr-13 6:12am    
Ok nice reply.....
Rohit Kolekar11 5-Apr-13 6:13am    
I waz parallaly doing this task.... I got the output....

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