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
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
To wrap up a call to a Web service the standard used is..?
What are asp.net web forms?
What is a page life cycle?
How tooltip is set through code-behind in ASP.NET?
Can you use c# without .net?
What is difference between viewstate and session in asp net?
What is view state management in asp net?
What is the viewstate in asp.net?
What is viewstate? What does the “enableviewstate” property do?
To redirect the user to another page which method do we use without performing a round trip to the client?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is the caspol.exe tool used for?
What role “#&&” plays in a querysting?
What is intrinsic objects in asp.net?