What is the parent class of all web server control in ASP.Net?

34. What is the parent class of all web server control in ASP.Net?

  1. System.Web.UI.Control
  2. System.Web.Control
  3. System.Web.UI.WebServer
  4. All of the above

Answer: A) System.Web.UI.Control

The parent class of all web server control in ASP.Net is System.Web.UI.Control. The System.Web.UI.Control class can directly or indirectly be used as part of the user interface for your Web application.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.