Locked Control

G

Guest

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
 
K

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
 
G

Guest

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
 

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

Top