Explain the differences between Server-side and Client-side
code?

Answer Posted / bhim bharti

Server side scripting means that all the script will be executed by the server and interpreted as needed. ASP doesn't have some of the functionality like sockets, uploading, etc. For these you have to make a custom components usually in VB or VC++. Client side scripting means that the script will be executed immediately in the browser such as form field validation, clock, email validation, etc. Client side scripting is usually done in VBScript or JavaScript. Download time, browser compatibility, and visible code - since JavaScript and VBScript code is included in the HTML page, then anyone can see the code by viewing the page source. Also a possible security hazards for the client computer.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain composite pattern?

594


What are ASHX files?

603


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1511


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1620


In order to get assembly info which namespace we should import?

528






What is the behavior of a Web browser when it receives an invalid element?

630


What does a switch do?

539


What is recordset asp?

548


What are the HTML server controls in ASP.NET?

573


What is the purpose of session management?

515


State differences between MVC and WebAPI

609


What is difference between session and cookies in asp net?

505


How will you do Redo and Undo in a TextControl?

672


Describe in brief .net framework and its components.

546


What are the differences between the response.write() and response.output.write()?

538