GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET 2.0

 Print  |  
Question:  What type of code (server or client) is found in a Code-Behind class?



September 09, 2005 15:32:54 #3
 ANil   Member Since: Visitor    Total Comments: N/A 

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
     

 

Back To Question