Home All Groups Group Topic Archive Search About
Author
29 Mar 2006 6:02 PM
kafi
Hi All;

I am trying to find a way to make my locked control more visible on a web
form.
When I lock a control and display it on a web form (ASP.NET) the control is
barely visible and it is hard for users to see it. Is there a way to make the
control bit more visible?

A locked control on a windows form (using VB.NET) always looks normal even
though a user cannot change anything.

Any help is greatly appreciated. Thanks

Author
30 Mar 2006 9:34 AM
krzyhoo
Hi kafi,
what do you mean by "locked control". does it have the enabled property
set to false?
if so then try using the readonly property instead. should work just
like the locked property in vb.
krzyhoo
Author
30 Mar 2006 6:49 PM
kafi
Hi krzyhoo;

Yes if I set enabled property = false then control (check box) is very dim
in display. Here it is important to remember that this control is on a web
form using ASP.NET and I cannot see a readonly property as you mentioned.

Similar control in a windows application (VB.NET) has both Enabled property
and Locked property available

Show quoteHide quote
"krzyhoo" wrote:

> Hi kafi,
> what do you mean by "locked control". does it have the enabled property
> set to false?
> if so then try using the readonly property instead. should work just
> like the locked property in vb.
> krzyhoo
>
>