System.Web.UI.Control is fully qualified name of base class of all server controls

Q.  What is the fully qualified name of the base class of all server controls?

- Published on 24 Jul 15

a. System.Web.UI.Control
b. System.Web.UI
c. System.Control
d. All of the above

ANSWER: System.Web.UI.Control
 

    Discussion

  • sangeeta   -Posted on 22 Sep 15
    System.Web.UI.Control is the fully qualified name of the base class of all server controls. If you want to create custom ASP.NET server controls, then this is the most important class that you have to derive. The Control class is the base class for all ASP.NET server controls, including custom controls, user controls, and pages.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)