Home »
MCQs »
ASP.Net MCQs
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?
- System.Web.UI.Control
- System.Web.Control
- System.Web.UI.WebServer
- 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.