Listbox selectedindexchanged event
I have a listbox and a dropdownlist on a asp.net web form.
when the user selects an item in the listbox, it goes to another page, which is fine.
If you go back to the page with the listbox and select an item from the dropdownlist, the listbox selectedindexchanged event is fired instead of the dropdownlist selectedindexchanged event.
What can i do to prevent this?
|