W
Wickwack
Hi -
I'm using the ASP.NET ListBox control for a project. I am working
with large lists, so I would like the server to process clicks on the
box. When the user clicks an item, the server should check to see if
the item was already selected and invert the "Selected" attribute for
the item. Essentially I'd like to create somewhat of a checkbox-list
control.
Any suggestions?
I'm using the ASP.NET ListBox control for a project. I am working
with large lists, so I would like the server to process clicks on the
box. When the user clicks an item, the server should check to see if
the item was already selected and invert the "Selected" attribute for
the item. Essentially I'd like to create somewhat of a checkbox-list
control.
Any suggestions?