Explain the differences between Server-side and Client-side
code?
Answer Posted / meraj khan
Mr.Dan you are not utterly, right letme explain what are
those things man
server side:
This is code/routines executed only on the server. Code can
be written in scripts as well (vbscript usually), but in
the case of ASP.Net this is the compiled lanuages like C# /
VB.Net. Used for processing content and returning data.
Client side:
This is code/routines that are not processed at all by the
server. Code is written in scripts (javascript usually) -
plain text commands that instruct the client to do
something. Generally used for performing dynamic effects,
such as image rollovers, or displaying message boxes, or
even validation of data entered into a form (i.e. email
address is in the format of an email address ... contains
the @ symbol).
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is asp.net with mvc? : Asp.Net MVC
How is session id generated?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Apart from IDE what are the enhancements in asp.net 2.0?
How do you identify that the page is postback?
How to display Alert in ASP.NET
Disable Mouse right click on web page in asp.net?
What is an imagemap in asp.net?
What are the new features added from ASP to ASP.NET?
What is mvc in asp.net interview question? : Asp.Net MVC
What is the life cycle of web page?
How we implement web farm and web garden concept in asp.net?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What’s the catch?