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 custom user controls in asp.net?
What does clearing cache?
Explain Features in ASP.NET
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
How to use ipostback?
Explain the code Access Security (CAS) in .net Framework?
Explain how can you debug your .net application?
Name the namespace which is used by ado.net?
Write the different features of a Thread and a Process?
How can I create master page in asp net?
How can we call webservices in Banking Applications? and where we are using it?
What is http pipeline in asp.net?
Where do the cookie state and session state information be stored?
What are Master Pages in ASP.NET?
What is the difference between executescalar and executenonquery?