if validation on the form field fails, set visible=true on a table row
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-04-14T20:23:16Z
Indexed on
2010/04/14
20:43 UTC
Read the original article
Hit count: 190
ASP.NET
|validation
I have a table row that has the error message in it.
...
Now if someone forgets to enter text or bad text in a textbox, I want this form field to be set to visible.
Can I use a asp.net validator for this or?
© Stack Overflow or respective owner