Explain the differences between Server-side and Client-side
code?

Answers were Sorted based on User's Feedback



Explain the differences between Server-side and Client-side code?..

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

Explain the differences between Server-side and Client-side code?..

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

Explain the differences between Server-side and Client-side code?..

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

Post New Answer

More ASP.NET Interview Questions

How many web config files can be created for an application?

0 Answers  


Where is the session stored?

0 Answers  


What is difference between session and application in asp net?

0 Answers  


What is AutoPostback?

0 Answers  


Explain client side state management system.

0 Answers  






Which two new properties are added in asp.net 4.0 page class?

0 Answers  


What is MSIL?

4 Answers  


Is There any Third party tools are using in .Net Technologies? Can u Explain?

4 Answers   HCL,


how to create bin folder in asp.net2.0

8 Answers  


What is server side session?

0 Answers  


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

0 Answers   Siemens,


What's the difference between viewstate and sessionstate?

0 Answers  


Categories