Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
iam using asp.net mvc4 and sql server 2008

dear all i have four dropdown list in single page


1-countries when user selects any country all states shoulds be dispaly in states dropdown list

2-states when user selects any States all cities should be dispaly in cities dropdown list

3-cities when user selects any cities all clients should be dispaly in clients dropdown list

4-clients when user selects any client then all details of that client should be display in grid




can any body gives example or suggestion

What I have tried:

iam using asp.net mvc4 and sql server 2008

dear all i have four dropdown list in single page


1-countries when user selects any country all states shoulds be dispaly in states dropdown list

2-states when user selects any States all cities should be dispaly in cities dropdown list

3-cities when user selects any cities all clients should be dispaly in clients dropdown list

4-clients when user selects any client then all details of that client should be display in grid




can any body gives example or suggestion
Posted
Updated 11-Sep-16 17:01pm
Comments
[no name] 11-Sep-16 15:28pm    
I would suggest you define an actual problem, write some code and learn how to ask questions.

Please go through example
Cascading DropDownList in ASP.Net MVC[^]
 
Share this answer
 
Comments
developerit 12-Sep-16 12:08pm    
thanks a lot it works for me...
 
Share this answer
 
Comments
developerit 12-Sep-16 12:09pm    
thanks a lot it works for me...
Karthik_Mahalingam 12-Sep-16 13:07pm    
welcome

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