Question - ASP + Ajax
Hey!
Not sure if this is the correct section to post this. ;)
Well, I have a table in my sql server 2000 database
***************
tblAddress
----------------------------
City_Name (varchar)
Venue_Name (varchar)
*******************
The "City_Name" column contains all the name of the cities in my country and each city has multiple venues.
Now I have 2 drop-down boxes in my asp page. The first drop-down is already listed with all the cities which are in the "City_Name" column.
What I now want is, when I select a city name from the first drop-down, the second drop down should be populated with all the venue names of that city (of course without refreshing the page)
I know this can be done with ajax.
I got few codes while googling but none of them are working :(