What namespace does the Web page belong in the .NET
Framework class hierarchy?

Answers were Sorted based on User's Feedback



What namespace does the Web page belong in the .NET Framework class hierarchy? ..

Answer / mayur_mevada

System.Web.UI.Page

Is This Answer Correct ?    38 Yes 3 No

What namespace does the Web page belong in the .NET Framework class hierarchy? ..

Answer / revathy mani

using System.Web.UI.Page

Is This Answer Correct ?    15 Yes 1 No

What namespace does the Web page belong in the .NET Framework class hierarchy? ..

Answer / anonymous

I think the Above people got the question in the wrong way.
The Question actually means that the class Page belongs to
which namespace?

and the Answer would be:

System.Web.UI

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?

2 Answers   HCL, Siebel,


How do you manage session in ASP and ASP.NET?

1 Answers   Microsoft,


What is CLR ? Differentiate between CLR & CTS.

7 Answers   3i Infotech, TCS,


Describe the events in the life cycle of a web application.

0 Answers  


What is the Difference B/W Finalize() and Dispose() in .Net?

12 Answers   HCL, IBM,


How do I send an email message from my ASP.NET page?

0 Answers  


Why web api is better than wcf?

0 Answers  


What are the memory-mapped files?

0 Answers  


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

1 Answers   Patni,


What is strong name and which tool is used for this ?

3 Answers   Patni,


What is the purpose of the validation summary control? What do you need to do to prevent an error message from being displayed in a validator when a validation summary control is used? How can you display a message in both the validator and the validation summary control?

2 Answers  


Can we store PROGID information in database and dynamically load the component ?

1 Answers   Digital GlobalSoft, e4e,


Categories