Hi friends,
I am doing asp.net online project for school. In that I have three field 1.Country 2.state,3.city. i am using dropdownlist for country, state.my question is if i bind all country then i need to bind all state for corresponding country.I think this is difficult to get state for all country. so please tell me how can i do it simple or is any easy way to do this task.
Iftikar HussainPosted Aug 2, 2013, 8:44 AM
You no need to load all state for all country at same time, you need to load based on country value. Please refer the below link. it has same as your requirement
http://csharpdotnetfreak.blogspot.com/2009/03/populate-dropdown-based-selection-other.html
Regards,
Iftikar
manjula dPosted Aug 2, 2013, 8:38 AM
Sanjeeb LenkaPosted Aug 2, 2013, 3:44 AM
Refer to this link
http://www.aspdotnet-suresh.com/2010/10/how-to-populate-dropdown-based-on-other.html