Locked Control on Web form

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
 
M

Michael Nemtsev

Hello kafi,

What do you mean with "locked control"?

k> Hi All;
k> I am trying to find a way to make my locked control more visible on a
k> web
k> form.
k> When I lock a control and display it on a web form (ASP.NET) the
k> control is
k> barely visible and it is hard for users to see it. Is there a way to
k> make the
k> control bit more visible?
k> A locked control on a windows form (using VB.NET) always looks normal
k> even though a user cannot change anything.
k>
k> Any help is greatly appreciated. Thanks
k>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
G

Guest

I have a checkbox on a web form, if I set its "Enabled" property to flase
then it is very dim when it is displayed on the screen. I need this check box
as locked so the user cannot check/uncheck based on certain other conditions.

Any example is greatly appreciated.
 
M

Michael Nemtsev

Hello kafi,

Play with control's fonts, make control's background and border more saturated

k> I have a checkbox on a web form, if I set its "Enabled" property to
k> flase then it is very dim when it is displayed on the screen. I need
k> this check box as locked so the user cannot check/uncheck based on
k> certain other conditions.
k>
k> Any example is greatly appreciated.
k>
k> "Michael Nemtsev" wrote:
k>---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

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