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:  You have created an .aspx file that is viewed through a browser. In this scenario, the server sees the page as a running instance of what class type?



January 01, 2008 09:18:46 #1
 jdoggz316   Member Since: February 2007    Total Comments: 3 

RE: You have created an .aspx file that is viewed through a browser. In this scenario, the server sees the page as a running instance of what class type?
 
The class type that your codebehind defines will be the actual instance type, but the base class by default on all .aspx pages is System.Web.UI.Page
     

 

Back To Question