ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
Explain the differences between Server-side and Client-side
code?
 Question Submitted By :: Srujana
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Explain the differences between Server-side and Client-side code?
Answer
# 1
Server-side code runs on the server. Client-side code runs
in the clients? browser.
 
Is This Answer Correct ?    21 Yes 0 No
Srujana
 
  Re: Explain the differences between Server-side and Client-side code?
Answer
# 2
Server side validation can be done on server side controls
using server controls.
But Client side validation can be done at browser.

The control validation can be done at client browser instead
of server side validation.Because its additional overhead to
the server.

For example,Mandatatory fields checking.It can be done at
client browser.No need at server side.

But the login and password must be validate at server side.

The client side validation can be done using the Javascript
or vb script.
 
Is This Answer Correct ?    15 Yes 2 No
Tiger Skumar
 
 
 
  Re: Explain the differences between Server-side and Client-side code?
Answer
# 3
Control or object created by browser is called client side 
control

control or object created by server[web server] is called 
server side
control
 
Is This Answer Correct ?    8 Yes 4 No
Satya
 
  Re: Explain the differences between Server-side and Client-side code?
Answer
# 4
Server Side Code 
Server side is the code that resides at web server. 
For every client request code is executed at server side 
and result is send to the client in simple HTML format. 
Performance is lower than client side code due to server 
round trips. 
Client cannot see the business logic though it is stored on 
server. 

Client Side Code 
Client side code is reside at client's browser itself. It 
is executed at client side only. User can easily see the 
code by View - > Source option. 
It is generally used in validation form like text field is 
empty or not, email address validation etc. It is faster 
than server side code.

server side code is responsible to execute and provide the 
executed code to the browser at the client side. the 
executed code may be either in XML or Plain HTML. the 
executed code only have the values or the results that are 
executed on the server. The clients browser executes the 
HTML code and displays the result. 

where as the client side code executes at client side and 
displays the result in its browser. it the client side core 
consist of certain functions that are to be executed on 
server then it places request to the server and the server 
responses as the result in form of HTML.
 
Is This Answer Correct ?    7 Yes 1 No
Madhu Babu Mallidi
 
  Re: Explain the differences between Server-side and Client-side code?
Answer
# 5
server side code executes on server side while client side 
code executes on client side
 
Is This Answer Correct ?    3 Yes 1 No
Ajay
 
  Re: Explain the differences between Server-side and Client-side code?
Answer
# 6
Server side code executes on the server.Client side Code
Executes on the client Browser.
 
Is This Answer Correct ?    2 Yes 0 No
K.senthil Kumar
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
Where do you store the information about the user?s locale?  1
what is pagination in asp.net ? Netsweeper1
In what order do the events of an ASPX page execute, As a developer is it important to understand these events?  2
About Postback ? Accenture3
what is postback implementation?when pre-render event n init event is fired? Ness-Technologies1
Whats an assembly?  5
Which template must you provide, in order to display data in a Repeater control? Wipro2
How do you make your site SSL enabled ? Satyam2
What are runtime hosts? Microsoft1
What are runtime hosts? Microsoft3
Any disadvantages in Dataset and in reflection ? DELL1
What methods are fired during the page load?  2
please can any describe 'Master Page' in ASP.Net 2.0  3
What are validator? Name the Validation controls in asp.net? How do u disable them?  2
You have been given the task of designing a web services to expose the data that is stored in a database on the server. In order to successfully build the web services, you need to import some namespaces. What is the minimum namespace you need to import? a) System.Web b) System.WebServices c) System.Web.Services d) System.Web.ServiceModel Syntax-Softtech2
What are the different modes for the sessionstates in the web.config file?  1
In a page u have Web user controls . So what is the order in which the Page life Cycles takes place?  1
My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file? Techno-Solutions1
Why do we use Option Explicit? Microsoft2
view state data is stored in which format? Mind-Tree8
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com