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


Please Help Members By Posting Answers For Below Questions

How is mvc different from asp.net? : Asp.Net MVC

547


What are the features that make asp.net more used framework? : asp.net mvc

541


Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj

2838


If 200 is for all successful operation then why do we have 201 response codes?

522


What’s difference between “optimistic” and “pessimistic” locking?

575






Explain how can we inherit a static member?

528


What is autopostback true?

605


What are merge modules?

554


What is client side state management?

500


How to use ipostback?

590


Explain the code Access Security (CAS) in .net Framework?

667


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

967


How can I open ashx file in mobile?

616


How can we create a website?

532


Explain code snippet to register exception filters from controller?

623