Reputation: 13038
I want to make a cascading dropdown list without using an UpdatePanel. I need tips for starting out this task. Currently,
Upvotes: 1
Views: 1328
Reputation: 121
If you use web forms , an alternative way is to create PageMethods and call them from JavaScript and fill the select with jQuery.
Upvotes: 3
Reputation: 28652
I will recommend jquery.Create a webservice in your project and call the webservice from jquery and parse the json result on UI.
Check out this link.
If you have any doubt let me know.
Upvotes: 1