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

can we store textbox and com components in viewstate?

4 Answers   Microsoft,


How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

0 Answers   Siebel,


what is use of doctype tag in asp.net

1 Answers   TCS, Wipro,


what is silver light when will we use silver light,

0 Answers  


How to convert any string to view state format in asp.net? §ÇÛ짬ªª³ö»Ç¾ö»ÂÇ¿¾»¼»¾ö¼ÉÇöÇÏǼ»Ãö®±ª§°ö«³ -- i want convert this string to view state.

1 Answers   iFlex,






How will u decide when to use caching and when to use viewstate?

5 Answers  


hi all; i need standard notes on .net(basics) for my seminar. im a starter in .net. plz suggest whr can i get satisfactory notes!!!

1 Answers  


Which method is used to enforce garbage collection in .net?

0 Answers  


What is JIT and how is works ?

1 Answers   Patni,


What is the namespace to create thread in .net?

0 Answers  


Explain advantages of caching?

0 Answers  


Why cyclomatic complexity is important?

0 Answers  


Categories