"Andy B" <a_b...@sbcglobal.net> wrote in message
news:ON2SeFvp...@TK2MSFTNGP05.phx.gbl...
A RequiredFieldValidator only checks for an empty textbox or undefined
values. It does not check for valid content when it exists.
Other types of validator control can check for coherent content but in
a security critical application you may prefer to carry out further
verification using server-side code. Probably wise.