T
Tony Johansson
Hello!
I know that the default for RequiredFieldValidator is the
EnableClientScript=true which will generate a javascript to be passed to the
browser.
This is just for experimenting how it works.
If I disable this by setting the EnableClientScript=false the validator is
performed on the server instead and it works fine.
Is it possible to see the code that is used for the RequiredFieldValidator
when the validation is made on the server or
is it hidden or build in in some way.
//Tony
I know that the default for RequiredFieldValidator is the
EnableClientScript=true which will generate a javascript to be passed to the
browser.
This is just for experimenting how it works.
If I disable this by setting the EnableClientScript=false the validator is
performed on the server instead and it works fine.
Is it possible to see the code that is used for the RequiredFieldValidator
when the validation is made on the server or
is it hidden or build in in some way.
//Tony