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

  
Total Answers and Comments: 10 Last Update: August 06, 2009   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 06, 2005 23:59:25   #1  
purnima        

RE: What type of code (server or client) is found in a Code-Behind class?
It's a server side scripting
 
Is this answer useful? Yes | No
August 08, 2005 03:36:04   #2  
Jatinder Singh Rana        

RE: What type of code (server or client) is found in a Code-Behind class?
Server side code is found in the code behind file (you can output a string of code that will get printed on client browser like java script etc which will get executed on client browser but only line of code that can get executed ofn server is included in code behind file)
 
Is this answer useful? Yes | No
September 01, 2005 15:32:54   #3  
ANil        

RE: What type of code (server or client) is found in a Code-Behind class?
The code which we write in code behind is all server side code we will use languages like vb or c# for this code.
All this code will be converted in to DLL in .net

 
Is this answer useful? Yes | No
October 07, 2005 03:51:29   #4  
Sudhakar Leo        

RE: What type of code (server or client) is found in a...
Usually it contains the Server side code either C# or in VB.Net \and it can also include the Javascript code
 
Is this answer useful? Yes | No
April 19, 2006 13:07:47   #5  
Alpesh        

RE: What type of code (server or client) is found in a...
obiviously It's a server side scripting
 
Is this answer useful? Yes | No
May 05, 2006 09:37:06   #6  
suresh        

RE: What type of code (server or client) is found in a...
it is server side scripting.
 
Is this answer useful? Yes | No
May 17, 2008 02:48:07   #7  
Dyaa.Asfour Member Since: May 2008   Contribution: 1    

RE: What type of code (server or client) is found in a Code-Behind class?
Server
 
Is this answer useful? Yes | No
July 14, 2008 06:36:34   #8  
ynvpavan Member Since: September 2007   Contribution: 16    

RE: What type of code (server or client) is found in a Code-Behind class?
Only Server Side Code will be found in the code behind class
 
Is this answer useful? Yes | No
September 09, 2008 12:32:01   #9  
vivek_upadhyay_2812 Member Since: September 2008   Contribution: 4    

RE: What type of code (server or client) is found in a Code-Behind class?
Both type of code can be written in code behind page. usually we write sever side code. we can call client side function through the server side code in code behind by using

Page.ClientScript.RegisterClientScriptBlock(Type As system.Type Key as string script as string) in vb

 
Is this answer useful? Yes | No
August 06, 2009 05:10:48   #10  
mrp100461 Member Since: January 2008   Contribution: 11    

RE: What type of code (server or client) is found in a Code-Behind class?
There is the ability to use both server side and client side code with in the code behind. Generally though the code behind is server side code. This code acts on Events that are fired that are not handled by the client side script.(JavaScript vbscript etc..) .
 
Is this answer useful? Yes | No


 
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