Answers

Question and Answer:

  Home  ASP Programming

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

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.

 157 views

More Questions for you: