|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Locked ControlHi 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 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 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 > >
MS's Excruciating Update Cycles
Translation of CreateFile dll in dot net My computer seems to be to slow to run VS2005 REPOST: preventing more than one user from working on the same record Calendar with custom tooltip over days with events XML into datagrid Is it possible to use Field Names instead of Item(0) with Data Row using VB.Net 2005 ? How to compare time? Using Find method on a List(of type) Breaks the Reference VB.NET error |
|||||||||||||||||||||||