c# - could not load all results for selected value in asp.net -
how modify items in listbox when databound. suppose have 1 listbox , 1 combobox.i want display results in listbox value selected in combobox , remove other value in listbox in windows form in asp.net.
i think should add onselectedindexchanged combobox , set autopostback="true"
then selecting item should trigger post , call method set onselectedindexchanged. there can fill listbox values , remove selected item listbox too.
Comments
Post a Comment