GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  DotNet
Go To First  |  Previous Question  |  Next Question 
 DotNet  |  Question 3 of 165    Print  
What type of code (server or client) is found in a Code-Behind class?

  
Total Answers and Comments: 6 Last Update: June 15, 2006   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: samiksc
 

Yes, mainly it contains the server side code, event handling methods and other methods.

But it could also contain some client side code, written in a string variable and passed to the 'RegisterClientScriptBlock()' method. You may register some client side code, say, in the page_load method using RegisterClientScriptBlock



Above answer was rated as good by the following members:
RanjeetaRajendran
March 15, 2005 08:35:05   #1  
vijaybabu        

RE: What type of code (server or client) is found in a Code-Behind class?
Server Side Code
 
Is this answer useful? Yes | No
March 15, 2005 09:11:21   #2  
satinder        

RE: What type of code (server or client) is found in a Code-Behind class?
Server Side code. Bacause it contains all the functions that are event driven
 
Is this answer useful? Yes | No
March 25, 2005 06:50:43   #3  
Sachin Ambekar        

RE: What type of code (server or client) is found in a Code-Behind class?
As .NET is featured with Event Driven Programming code behind pages are used to separate the even-procedures from content of page. So it containts Server Side code.
 
Is this answer useful? Yes | No
August 13, 2005 14:27:03   #4  
Jitendra Kumar Thakur        

RE: What type of code (server or client) is found in a Code-Behind class?
Surely Serverside Code since Code Behind is responsible for executing any Event which is fired by Front End Controls and Web Application is not totally stored on the client machine but it process the request of client and transfer data accordingly.
 
Is this answer useful? Yes | No
January 12, 2006 00:32:32   #5  
samiksc Member Since: October 2005   Contribution: 233    

RE: What type of code (server or client) is found in a...

Yes mainly it contains the server side code event handling methods and other methods.

But it could also contain some client side code written in a string variable and passed to the 'RegisterClientScriptBlock()' method. You may register some client side code say in the page_load method using RegisterClientScriptBlock


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
June 15, 2006 02:14:10   #6  
shankar        

RE: What type of code (server or client) is found in a...
C#
 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 2Overall Rating: -2    


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape