HTML Server control rather than Web Server controls - ASP.NET Globalization and Localization
Q. When should you use HTML Server control rather than Web Server controls?- Published on 28 Jul 15a. You are migrating existing, classic ASP pages over to ASP.NET pages.
b. The control needs to have custom client-side JavaScript attached to the control’s events.
c. The Web page has lots of client-side JavaScript that is referencing the control.
d. All of the above.
ANSWER: All of the above.