Stateful ListBox

  • Thread starter Thread starter Wickwack
  • Start date Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top