Hello I would like to know how to change the value of parent dropdownlist and the child will show the data in Jquery
This is the article I am referring to.
http://www.aspsnippets.com/Articles/AJAX-Cascading-DropDown-Example-in-ASPNet.aspx
Thanks
Then, is there any other solution?
You don’t need to use cascading dorpdownlist, rather you can bind all the dropdownlist at once, and then set its value
I solved it already, I used ajax to populate the child dropdown, so that I can change the value of child dropdown using jquery
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.