Has anyone tried using AJAX in SharePoint? I have a web
part with two dropdownlists. One dropdownlist will have the country
names as values and the other dropdownlist will be populated
with "State" values based on the selected country in the first
dropdownlist.
Basically, the second dropdownlist will be populated
with "State" values based on the selected "Country" value in the first
dropdownlist. And I want this to happen using AJAX, so that the page
is not posted back but the action takes place by retrieving values
after requesting the server.
Kindly help me regarding this matter. If you get any
article/code that describes my case, please forward ASAP.