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