Question:To add an HTML server control to a Web page, you must drag an HTML element from
the Toolbox to the Web page and then perform which of the following tasks?
A Add the attribute run=”server” to the control element in Source view.
B Double-click the HTML element to convert it to an HTML server control.
C Add the attribute runat=”server” to the control element in Source view.
D Select the HTML element in Design view and set the RunAt property to true in the
Properties window.
+ AnswerC
+ Report