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
What are the elements of a website?
How can you dynamically add user controls to a page?
Explain what the contents of cookie?
What is custom attribute?
Explain the difference between Web Garden and Web Farm?
Securitywise What are the Enhancements in 2.0?
Which asp.net objects encapsulate the state of the client and the browser?
Is post back property in asp net?
How many languages are supported by .NET at present time?
What kind of data can be stored in viewstate?
What is the asp.net control toolkit?
What are the different session state management options available in asp.net?
What is an il?
Describe a bubbled event and how it is used ?
What are the different properties of server control that exists?