how can I set a whole form for viewing only

  • Thread starter Thread starter Carlos
  • Start date Start date
C

Carlos

Hi,

I have a form full of controls which I would
like to turn to 'read only' at some point. I do not know if
the update panel ajax control would allow me such thing.
or which other method would be better?

Thanks in advance,

Carlos.
 
Put all the controls inside a Panel control and, when you want to disable
the controls, set the panel's Enabled property to False.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin


Carlos said:
Hi,

I have a form full of controls which I would
like to turn to 'read only' at some point. I do not know if
the update panel ajax control would allow me such thing.
or which other method would be better?

Thanks in advance,

Carlos.



__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4068 (20090512) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4068 (20090512) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
Back
Top