What are the HTML server controls in ASP.NET?
Ask by Sumit Kesarwani
Updated 19 Sep 2020
HTML server controls are similar to the standard HTML elements, which are normally used in HTML pages. They expose properties and events that can be used programmatically. To make these controls programmatically accessible, you need to specify that the HTML controls act as a server control by adding the runat="server" attribute.