What Name space does the web page belon in the .net
framework class hierarchy?



What Name space does the web page belon in the .net framework class hierarchy?..

Answer / akn

Syatem.web.UI.Page

Is This Answer Correct ?    16 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

which is the new version of IIS SERVER

1 Answers  


Explain swagger components.

1 Answers  


What is the difference between web.config and machine.config in ASP.NET?

1 Answers   Amazon,


When does a session actually start?

1 Answers  


What is server side session management?

1 Answers  


Define ViewState and how can it be used?

6 Answers   Siebel,


Difference between abstract class and interface

2 Answers   Fidelity,


How do you implement sql caching in asp.net?

1 Answers  


What is the use of placeholder control? Can we see it at runtime?

1 Answers  


Question asked by one of interviewer in panal is given below: We have 2 user control on same page ,1st user control contains textbox and a button while 2nd user control have label. when ever we click on button click of 1st custom control button the value of the textBox will get updated into Label of 2nd custom control. How to do this.Your help will be appreciated.

1 Answers  


What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


What is Cookies Less Session?

1 Answers  


Categories