Google News
logo
ASP.NET - Interview Questions
Explain the HTML server controls in ASP.NET?
HTML server controls provide automatic state and server-side event management. These are HTML elements that have the attribute runat=server. The HTML server control properties and output are the same as their equivalent HTML tags. These controls are compiled when the ASP.NET application is compiled.
Advertisement