ASP Programming Question:

Download Job Interview Questions and Answers PDF

What is the difference between client-side script and server-side script?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

Scripts executed only by the browser without contacting the server are called as client-side script. It is browser dependent. The scripting code is visible to the user and hence not secure. Scripts executed by the web server

. And processed by the server is called server-side script.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is a Form collection?How to handle Error in ASP