Microsoft Exam Questions

Which control should be utilized?

You work for a Web solution development company named ABC.com. You need to identify the
control which serves as a base class for events common to controls in the
System.Web.UI.WebControls namespace.
Which control should be utilized?

A.
You should consider utilization of the Web controls class.

B.
You should consider utilization of the DataBinder class.

C.
You should consider utilization of the TemplateControl class.

D.
You should consider utilization of the DataReader object.

Explanation:
Developers should note that Web controls are utilized as a base class which defines
the required methods, properties and events common to controls of the
System.Web.UI.WebControls namespace.