selecting multiple items in a listbox

liunx

Guest
hi im using asp.net and c# ive created a listbox just wanted to know is there anyway you can select multiple rows or items without pressing the 'Ctrl' key. Any suggestions are better than none so if ny1's got ny ideas plz let me know.
Thanks in advance
Aiysha :confused:i think this can be done, via a postback only.

basically, at the selectionIndexChnage event, you loop thru the items, and if it is selected, make it selected so it doesnt go away...

tak
 
Back
Top