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

Define session in asp.net.

704


what is a .xap file? Explain with an example.

754


Can viewstate be accessed in another page?

704


What is the difference between ASP Session State and ASP.Net Session State?

770


What are the different types of sessions in asp.net?

668






Explain login controls.

787


Is asp net front end or backend?

710


Give an example of what might be best suited to place in the application_start and session_start subroutines?

709


How asp.net mvc differs from asp.net web forms? : asp.net mvc

744


Is razor a programming language?

694


What is web configuration file and how to use in web application

760


What are sessions and cookies?

731


What is form method?

670


In which event are the controls fully loaded?

738


What is meant by web application?

705