2
Reply

dropdown list using ajax

anamika singh

anamika singh

Jul 1 2010 5:59 AM
2.6k
i have a dropdownlist in which countrynames are binded from sql server data table.now i want that when i select a country name then another dropdown list appear with the statenames according to the selected country name. i have made two tables for this,one containing countryid and states and another containg stateid with their respective countryid and state names.i read the cascading dropdownlist but in that two dropdownlists are taken in the form.how can i do this using AJAX without doing postback.kindly help me.

Answers (2)