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
Can we have a web application running without web.config file?
How do I upload a file from my ASP.NET page?
What are session state modes in asp.net?
What is the use of service provider?
What is the difference between session object and application object?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Explain the difference between webfarm and webgardens in .net?
What are the different session state management options available in asp.net?
How can you implement encapsulation in asp.net?
What is enableviewstatemac in asp net?
Write code to send e-mail from an asp.net application?
What is asp.net and ado net?
What is the difference between session.abandon() vs clear()?
What are cao and sao.