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?

Questions by nits123   answers by nits123

Showing Answers 1 - 2 of 2 Answers

jdoggz316

  • Jan 11th, 2008
 

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions