Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello All,

I am using two dropdownlist controls, in that first dropdown shows List of District and When user selects District in first dropdown then list of Tehsils should be populated in second dropdown list box by using Javascript not AJAX and also page should not be refreshed.
so, how can i achieve this task? can any one help..


Thanks,
Raj
Posted

1 solution

Why do not you use XMLHTTPRequest? See following links for examples:
Check first section of this article:
Using XMLHttpRequest to implement a cascading dropdown[^]
 
Share this answer
 
Comments
raj dhakad 24-Aug-12 5:17am    
i don't want to use AJAX/JQUERY..
Vani Kulkarni 24-Aug-12 5:32am    
Did you read the article properly? "We will implement this first using the XMLHttpObject" It is that you do not want to use XMLHTTPRequest also?

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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