Web Controls
A server-side component that encapsulates user interface and related functionality. An ASP.NET server control derives directly or indirectly from the System.Web.UI.Control class. ASP.NET server controls comprise a superset that includes Web server controls, HTML server controls, mobile controls, and so on. An ASP.NET server control has a runat=server attribute on a page.
|