Html Controls
•HtmlControls are server-side representations of
standard HTML elements
–Any
HTML element in an ASPX page marked with the runat=server
attribute will become an HTML control on the server
–All
derive from HtmlControl class
–HTML
elements with no distinguished server-side functionality (like div, span, etc.)
are all represented as HtmlGenericControl
instances
0 comments:
Post a Comment