ASP Programming Question:
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.
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.
Previous Question | Next Question |
What is Server-Side includes? | What are the differences between ASP and ASP.NET and is ASP.NET backward compatible to ASP? |