Difference between Client-side and Server-side Validation

No.of Views2494
Bookmarked0
By RRaveen  On 08 Dec 2010
emailbookmarkadd commentsprint
 

Answer:

The Client side validation happened on the generated html. This can be say like, it’s fully happened on the browser side. If web page accepts the user input, always have to validate data in client side before pass to server side.
The Server side validation fully happened in the server side. Before process the data in server side have to validate to ignore unnecessary errors.The server side validation is increase or overhead to server but client side validation is not.

 
 
About Author
 
RRaveen
Occupation-Software Engineer
Company-TGS
Member Type-Gold
Location-Singapore
Joined date-03 Jun 2009
Home Page-codegain.com
Blog Page-www.codegain.com
- B.Sc. degree in Computer Science. - 4+ years experience in Visual C#.net and VB.net - Obsessed in OOP style design and programming. - Designing and developing Network security tools. - Designing and developing a client/server application for sharing files among users in a way other than FTP protocol. - Designing and implementing GSM gateway applications and bulk messaging. - Windows Mobile and Symbian Programming - Having knowledge with ERP solutions
 
 
Other popular Interview Questions On ASP.NET
^ Scroll to Top