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

What is the difference between HTTP-Post and HTTP-Get ?

1 Answers  


What does aspnet_regiis -i do ?

1 Answers  


what is state management,what is the purpose of it,how it will be implemented in real time?

2 Answers  


All kind of access specifiers for a class and for methods ?

1 Answers   MMTS,


How many types of sessions are there?

2 Answers  


What r the page life cycle in asp.net page?

6 Answers  


How do you do validations. Whether client-side or server-side validations are better ?

2 Answers   InfoLinks, Microsoft,


I M working in 1.1 .net framework. In a page I have 5 text box & 2 data grid. In PageLoad() All text box will populate with blank value & 1st dataGrid with some value. When I click on EDIT button Of the 1st dataGrid,The Relevent data Of the particular row will populate in first 3 textboxs & corresponding relevent data Will populate in the 2nd DataGrid. Now when I click 2nd datagrid's EDIT button of a perticular Row,relevent data will populate on last 2 textboxs & 1st 3 textbox's value will be same as per as it was........ ........My Problem Is ........... When I click on edit button Of 2nd DataGrid, 1st 3 text boxes values goes Off & 2nd DataGrid Is goes off Due to Postback.but The relevent value is populated In last 2 textboxes.So How I stoped this postback??So that all the data in 1st 3 textboxes will be same.So that I can edit the values of 2nd Grid with 1st 3 textBoxes value.. plz dirctly mail me 1 copy of post to... maloy.adhikari@in.com

2 Answers  


What are generics? why it is used? architecture of ASP.NET?

7 Answers   Path Infotech, Satyam, TCS,


Security types in ASP/ASP.NET? Different Authentication modes?

4 Answers   QuadLabs Technologies,


How to change the form layout in ASp.net 2.0 ?

1 Answers   Netsweeper,


what is diffrent between asp & asp.net

2 Answers  


Categories