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 are the ihttphandler and ihttphandlerfactory interfaces ?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is a viewbag?
Explain an object, class and method.
If we remove web.config or machine.config from the application then, is this application will works?
What is client side state management?
What is a postback ispostback and autopostback in asp net?
What are the different types of validation controls in asp.net?
What is in a session cookie?
Difference between .NET and previous version?
How can we inherit a static variable?
What is break mode?
Why do we use asp.net?
Explain how to prepare culture-specific formatting in .net.
What is asp.net with mvc? : Asp.Net MVC