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

In .net framework where does the HTML page resides in the class hierarchy?



Posted By: Avi Date: 2 October 2010 03:11:19 AM
 Answer:

It lies in System.Web.UI.Page


Posted By: avibtech


Date: 2 October 2010 03:11:19 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image p4ppn3
Related Questions
ASP.Net : Diffrentiate between Response.Write() and Response.Output.Write()?

Diffrentiate between Response.Write() and Response.Output.Write()?

Response.write:- 1. An unformatted output is displayed. 2. It writes the text stream. 3. It will ou....
Category: ASP.Net Date: 10/2/2010 4:41:19 PM
ASP.Net : Which transport protocol is used to call a Web Service?

Which transport protocol is used to call a Web Service?

SOAP (Simple Object Access Protocol).It is used to exchange information in a decentralised enviropnm....
Category: ASP.Net Date: 10/2/2010 12:20:19 PM
ASP.Net : Name the different types of directives being used in .Net?

Name the different types of directives being used in .Net?

The directives are as follows:- @Page , @Control , @Import , @Implements , @Register , @Assembly
Category: ASP.Net Date: 10/2/2010 3:36:20 AM
ASP.Net : In .net framework where does the HTML page resides in the class hierarchy?

In .net framework where does the HTML page resides in the class hierarchy?

It lies in System.Web.UI.Page
Category: ASP.Net Date: 10/2/2010 3:11:19 AM
ASP.Net : Is it possible to create a custom control in asp.net? If yes, then how?

Is it possible to create a custom control in asp.net? If yes, then how?

Yes, creating a custom control is possible in ASP.net. Custom controls are user defined controls and....
Category: ASP.Net Date: 10/1/2010 11:15:19 PM