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
How does asp.net work?
What r the asp.net list controls and difference between them?
What do you understand by aggregate dependency?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What are the ways to sending the data in ASP.NET page?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is the use of placeholder control? Can we see it at runtime?
Explain page output caching?
Where session id is stored?
Why session is used in asp.net?
Where sessions are stored?
What is meant by server side scripting?
Is asp.net is a programming language?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly