Explain the differences between Server-side and Client-side
code?
Answers were Sorted based on User's Feedback
Answer / mahendran
server-side excute the code in server side
client-side excute the code in browser side
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / dan
Server side code Client Side
1. Use scriting language 1.USed language VBscript or
ASP or JSP(Java Server pages) JavaScript
2. Use runat="server" in code. 2. It doesnt use it.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Explain difference between friend and protected friend?
Why is global asax is used?
What is the use of view state?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
How can you pass multiple complex types in Web API?
can sn.exe can be used before gacutil.exe
What is the Global.asax used for?
What is custom tag in web.config ?
2 Answers Accenture, BirlaSoft,
What is reflection and disadvantages of reflection?
What are the types of caching in asp.net?
how can u create the forms authentication?and what is the difference between forms authentication and windows authentication?
Master Page