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 the server of asp.net?
What’s the difference between response .redirect and server.transfer?
What are the new features implemented in ASP.NET?
What is full trust in asp.net?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is caching? What are different ways of caching in asp.net?
What does asp stand for in asp.net?
Is web config mandatory?
Less than one page, how many windows will you be able to maintain?
How do you do Client-side validation in .Net?
What are html helpers in asp.net?
What are url fragments?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is http pipeline in asp.net?
Describe the difference between inline and code behind - which is best in a?