Read Only CheckboxLists/Radiobuttonlists

  • Thread starter Thread starter KW
  • Start date Start date
K

KW

Is there any way in ASP.NET (besides for setting enabled = false) to make a
checkboxlist and radiobuttonlist readonly?

This would be similar to making a text box readonly. I don't want the users
to be able to change what boxes are checked (for reporting purposes).

Any help would be appreciated!
 
the standard trick is to render them as images.

-- bruce (sqlwork.com)
 
it is? Never heard of that actually...sounds interesting but a lot of
work.....everytime you change the items you have to create a new gif/jpg ?
 

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