There is a strange problem in my application. There is one mandatory field which we are making mandatory through Required field validator but still in few scenarios it fails. Can someone tell me what can be the possible causes. I am not able to recreate this issue.
Share
If someone disables JavaScript, and you’re not using
Page.IsValidin your server side code, then you might encounter empty fields.This should do: