What are the HTML server controls in ASP.NET?
2345
01-Sep-2014
Sumit Kesarwani
01-Sep-2014HTML 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.