Distinguish the differences between client-side and server-side data validations in web pages.

Showing Answers 1 - 8 of 8 Answers

balaSM

  • Aug 2nd, 2006
 

Client side validation and verification involves with javascript or vbscripts

Client side validation has done before the client hit the server.

But in server side validation validation occurs on server.

  Was this answer useful?  Yes

balaji

  • Sep 29th, 2006
 

Hai,

  Client Side validations  can be done by using JavaScript,VbScript

where server can be done using ASP but it can be achieved using validation controls present in .NET IDE.

 Thanks...

  Was this answer useful?  Yes

Client side validations can done through javascript or vbscript

Server validations can done on sever side while in server side they are 7 validations in asp2.0        1.custom valdator
                   2.compare validator
                   3.required field validator
                   4.range validator
                   5.validation grouping 
                   6. summary grouping
                   7.regular expression validator

  Was this answer useful?  Yes

prashanthdd

  • Apr 28th, 2008
 

By default server side validation occures when using the validation controls.Additionally client side validation can be done through javascript.This increases the execution speed since it doesn't occur in the server.But when checking between of two dates server side validation is more appropriate.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions