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
Define session in asp.net.
what is a .xap file? Explain with an example.
Can viewstate be accessed in another page?
What is the difference between ASP Session State and ASP.Net Session State?
What are the different types of sessions in asp.net?
Explain login controls.
Is asp net front end or backend?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Is razor a programming language?
What is web configuration file and how to use in web application
What are sessions and cookies?
What is form method?
In which event are the controls fully loaded?
What is meant by web application?