ASP.net: Searching for all validation controls on a page.
Posted
by nokturnal
on Stack Overflow
See other posts from Stack Overflow
or by nokturnal
Published on 2010-04-22T12:54:16Z
Indexed on
2010/04/22
13:13 UTC
Read the original article
Hit count: 280
Hello again,
I want to search an ASP.net form for all types of validation controls and programmatically add some attributes to them such as ForeColor. Can someone point me in the right direction on this?
Cheers and thanks Stackers :)
© Stack Overflow or respective owner