Given an ASP.NET Web Form called WebFrom1, what class does
the WebForm1 class inherit from by default?

a) System.Web.Form
b) System.Web.GUI.Page
c) System.Web.UI.Page
d) System.Web.UI.Form

Answers were Sorted based on User's Feedback



Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by defau..

Answer / rajesh

The answer is: c) System.Web.UI.Page

Is This Answer Correct ?    35 Yes 3 No

Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by defau..

Answer / kamlesh

c) System.Web.UI.Page

Is This Answer Correct ?    9 Yes 0 No

Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by defau..

Answer / manish singh

using system.Web.UI

Is This Answer Correct ?    6 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?

2 Answers   SunGard,


What is the main function of razor in asp.net? : asp.net mvc

1 Answers  


What is smpte vc-1?

0 Answers  


How do I open an ashx file?

0 Answers  


Where is the view state data stored in asp net?

0 Answers  


Can one dll file contains the compiled code of more than one .net language?

0 Answers  


Is it possible for me to change my aspx file extension to some other name?

0 Answers  


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


How to manage pagination in a page?

2 Answers  


1. What is Connection Pooling…? 2. Maintaining Sessions in ASP.NET 3. ASP.NET page lifecycle. 4. Can we store objects in sessions. 5. What is AJAX..? 6. Serialization/Deserialization. Why we use serialization and Deserialization…? 7. What are Arrays and Arraylist..? 8. Difference between Authentication and Authorization…? 9. Difference between abstract class and Interfaces 10. What is a view..? Does a view contain data..? 11. What are triggers..? 12. What are transactions..? 13. What is Metaview (oracle)..? 14. What is Inheritance..? How can we call a method from the base class..? 15. Can an abstract class have zero abstract methods..? 16. How to read from Message Queue..? 17. What is Metadata..? 18. You would prefer to have business logic in c# or DB Side..? Why…?

1 Answers   Franklin Templeton, Sky InfoTech,


Diff B/W user control and server control

3 Answers  


what is the difference between assemblyinfo and webconfig files?

1 Answers  


Categories