ASP.Net HTML Server Control
 
Merit of HTML Server Controls
 
1. The HTML Server Controls follow the HTML-centric object model.

2. These controls can be used to interact with Client side scripting. Depending on your code the processing can be done at client as well as server.

3. A HTML Server Control has similar abstraction with its corresponding HTML tag and offers no abstraction.