1
Reply

What is the Server side Validation? Explain briefly

Daljeet Singh

Daljeet Singh

12y
1.8k
0
Reply

    validation is mostly done across the client side mostly but there is some scenarios were we need to do the validation across the server side for example we can use the regular expression to validate the Ip address or we can use the page.IsValidate property.