get the AJAX control extenders and watch the video tutorial on the dropdown extender called cascading dropdown lists. you could do a partial page postback on the states dropdown and in the page load you could get the states dropdown list items to be generated depending on the country entered.
On Apr 17, 2:40 pm, Shraddha rashinkar <[email protected]> wrote: > Hi All, > > I want a drop down list with all country names and when I select a > particular country then from database data should be attached to state drop > down list. Likewise, to city drop down. I know, I can put all the names of > country, state and city in the database and attach it to drop down list. > > I just want the list of all countries its states and cites ASAP. I am using > Asp.net with C# > > Thanks in advance. > Regards, > Shra
