I am having a jquery accordion in my asp.net project.
Inside the 1st tab I have 2 drodownlists.
- First one for the ward No.
- and the other for BHTNo.
Those two are binded with the data in the database.
When I select a ward from first dropdownlist I need to load the BHTNo s relavent to that ward, to the second dropdownlist.
you can use asp.net toolkit feature like CascadingDropDown, it might be resolved your problem
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/CascadingDropDown/CascadingDropDown.aspx