Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all,


can you please describe the usage of ajax in my project.?
i need to display states depends on the country selected .
advance thnks
Posted
Updated 29-Jun-11 19:36pm
v2

You will need use an ScriptManager, UpdatePanel and put dropdown lists in the update panel. Handle the selected index change for the country dropdown and set the state names in it.

Both the drop downs should be in the same update panel.

You can find a lot of articles related to this on web.
 
Share this answer
 
Comments
shefeekcm 27-Jun-11 2:20am    
can you share a sample
Ashishmau 27-Jun-11 3:07am    
Good suggestion,5+
read this article honestly,
you will get basics

http://msdn.microsoft.com/en-us/library/bb386454.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900