I developed a screen in which there are fields like first name,username,password and email. I validated these fields using javascript and came to know that javascript is not that safe. So i decided to validate on server side also. My question is whether i can use asp controls like requiredfieldvalidator, regularexpression validator to validate the form or i have to validate through server side coding??
I developed a screen in which there are fields like first name,username,password and email.
Share
Usually you can, it depends on how you implement the form, whether you use ASP.NET/SharePoint controls on it