ListItems as checkbox in a listbox

  • Thread starter Thread starter Vikram
  • Start date Start date
V

Vikram

Can we have a listbox containing checkboxes in asp.net.
I do not want to use checkbox list control as it does not
have scrollbar facility.
 
You could place the checkbox list in a div which has the style
"overflow: scroll" applied and has a fixed height.
 

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