There are two tables
in
suppose we choose one value in the combobox1 it must affect the second combobox2 for getting corresponding results related to combobox1..
ex: choose: car means it will show list of cars
choose:bike means it will show list of bike
Loading
Posted Aug 3, 2013, 10:22 AM
You can use Ajax control toolkit which has Ajax enabled cascading drop down. During the cascade option, it will not refresh the page,just refreshes the required control only.
Try the online sample here.
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/CascadingDropDown/CascadingDropDown.aspx
Iftikar HussainPosted Aug 3, 2013, 8:26 AM
Try like this
in your aspx
in your code
Regards,
Iftikar