Hi I used required field valiator.
now if I disable javascript. I can submit the form, why? No serverside validation?
I have set the validaton group of the submit button and the validator..
Thank you
Hi I used required field valiator.
now if I disable javascript. I can submit the form, why? No serverside validation?
I have set the validaton group of the submit button and the validator..
Thank you
Are you checking Page.IsValid
within the submit button's serverside Click
event?