
Hi,
You can use Client Side validation but,
If you want your site to get hacked, depend on client-side validation. Because,
Client-side validation should be used to minimize the amount of errors that server-side validation will detect. It cannot be used instead of server-side validation.
And, if you depend on Server-side validation, you can end up with a real mess, if the form is remotely complicated.
So use both of them if you want the best result, or use server side only if you want ease of programming.
But never use client side only. Ever too.
Thanks & Regards,
Krishna
Kasani007, if this helps please login to Mark As Answer. | Alert Moderator