top button
Flag Notify
Site Registration

What are the HTML server controls in ASP.NET?

+1 vote
285 views
What are the HTML server controls in ASP.NET?
posted Mar 24, 2015 by Sathyasree

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
HTML server controls are similar to the standard HTML elements like those used in HTML pages.

 They expose properties and events for programatical use. 

 To make these controls pro-grammatically accessible, we specify that the HTML controls act as a server control by   adding the runat="server" attribute.
answer Mar 25, 2015 by Shivaranjini
...