ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 500 Page Views: 

Code-Behind class consist of which type of code?



Posted By: Avi Date: 3 October 2010 05:30:19 PM
 Answer:

It contains Server-side code.


Posted By: avibtech


Date: 3 October 2010 05:30:19 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image KeLL3D
Related Questions
ASP.Net : How ASP .NET is different from ASP?

How ASP .NET is different from ASP?

In ASP.Net, the scripting code is separated from the HTML, code is compiled as a DLL, and these DLLs....
Category: ASP.Net Date: 8/28/2009 6:41:41 AM
ASP.Net : What is smart navigation?

What is smart navigation?

The cursor position is maintained during the page round trip, means when the page gets refreshed due....
Category: ASP.Net Date: 8/28/2009 6:39:36 AM
ASP.Net : What are the various ways to manage state in an ASP.Net application?

What are the various ways to manage state in an ASP.Net application?

1. Application Object 2. Session Object 3. Viewstate Object 4. Cache Object 5. Cookies 6. Hidden Fie....
Category: ASP.Net Date: 8/28/2009 6:32:42 AM
ASP.Net : What is the difference between Server-side and Client-side code?

What is the difference between Server-side and Client-side code?

Server-side code executes on the server, while client-side code executes in the context of the clien....
Category: ASP.Net Date: 8/28/2009 6:29:59 AM
ASP.Net : A web page page1.aspx calls page2.aspx to perform some computation. Page2.aspx does not have a UI. What code statement should be used to invoke page2.aspx?