ASP Programming Question:
Download Questions PDF

What is the difference between Server-side validation and Client-side validation?

Answer:

Client-side is faster than server-side as the networking time from client to server is saved
server-side is done on the server. Then the server converts the data into an html page and sends to the browser. Server-side is more secure as the user cannot see the code even he does a view-source.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is Server-Side includes?What are the differences between ASP and ASP.NET and is ASP.NET backward compatible to ASP?