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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -