asp.net 3.5 - how to remove item from one combobox -
I am using 5 comboboxes in my asp.net 3.5 c # project. There I want to remove the item from the other combo box which has been selected in the other combo box.
On the selected index, in the converted event, just the combo box. Call ITEMS. Remove method
As a commentator below, make sure that you set AutoPostBack = True, when you actually change your selection.
Comments
Post a Comment