Home All Groups Group Topic Archive Search About
Author
6 Jan 2006 8:52 PM
Andrew Chalk
In ASP.NET v1.1, the checkbox does not have a "ReadOnly" property. How do I
prevent a click on it changing the visual clicked state? Set enabled to
false?

Many thanks.

Author
6 Jan 2006 11:55 PM
Steve C. Orr [MVP, MCSD]
Yes, setting Enabled to false should do the trick.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"Andrew Chalk" <ach***@magnacartasoftware.com> wrote in message
news:%23evJXMwEGHA.312@TK2MSFTNGP09.phx.gbl...
> In ASP.NET v1.1, the checkbox does not have a "ReadOnly" property. How do
> I prevent a click on it changing the visual clicked state? Set enabled to
> false?
>
> Many thanks.
>
Author
7 Jan 2006 4:16 PM
Andrew Chalk
Thanks!
Show quoteHide quote
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%231fn2yxEGHA.3576@TK2MSFTNGP10.phx.gbl...
> Yes, setting Enabled to false should do the trick.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "Andrew Chalk" <ach***@magnacartasoftware.com> wrote in message
> news:%23evJXMwEGHA.312@TK2MSFTNGP09.phx.gbl...
>> In ASP.NET v1.1, the checkbox does not have a "ReadOnly" property. How do
>> I prevent a click on it changing the visual clicked state? Set enabled to
>> false?
>>
>> Many thanks.
>>
>
>