Home All Groups Group Topic Archive Search About
Author
4 Jan 2006 11:13 AM
Daves
where can I find a control's default value? For example "CausesValidation"
and "Visible" attribute?

Author
4 Jan 2006 8:36 PM
Teemu Keiski
Hi,

documentation , inc ase you look for built-in controls. With custom & 3rd
party ones, it either goes with Framework defaults or is documented.

By the way, default is true for both.

http://msdn2.microsoft.com/system.web.ui.webcontrols.button.causesvalidation.aspx
http://msdn2.microsoft.com/system.web.ui.control.visible.aspx

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke

Show quoteHide quote
"Daves" <dbspam@simnet.is> wrote in message
news:uAqtl$REGHA.2648@TK2MSFTNGP11.phx.gbl...
> where can I find a control's default value? For example "CausesValidation"
> and "Visible" attribute?
>