Click here to Skip to main content
15,898,607 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can I use selected index changed in listbox like in ddl control and what's the alternative. I have replaced my ddl with listbox and multiple selection possible but I have used button to fire the event for multiselection. Can I not use any other event other then button click
Posted

The ListControl Class[^], which is inherited by DropDownList and ListBox[^], has a SelectedIndexChangedevent, which as a result, is also inherited by the said controls. In the case of multiple selection, the event will get fired everytime you make a selection to the control.
 
Share this answer
 
First, read this: http://en.wikipedia.org/wiki/Gibberish[^]. Some examples of gibberish are "I have replaced my ddl with listbox", "used button to fire the event for multiselection".

Apparently, this "question" cannot be answered.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900