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 different methods of session maintenance in asp.net?
What is tracing? Where is it used?
How do you do Client-side validation in .Net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How to unit test Web API?
Is asp.net mvc still used? : Asp.Net MVC
What is the use of web.config and machine.config files?
What's the use of formatters in .net?
Explain server-side scripting and client-side scripting.
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Explain what is event bubbling?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Describe how passport authentication works.
Where is asp.net session stored?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?