Server Controls Hierarchy
.NET Server Controls Hierarchy
Asp.net Server control Hierarchy in this post. We see who to
categories server control in asp.net Programming. Basically it represents dependency
of the control or you can say control classes and sub class Hierarchy.
Server Controls Hierarchy |
The Control divided in to three basic parts.
· 1. Html Control
2 2. Web Control
a.
Basic Web Controls
b.
Validation Controls
c.
List Controls
d.
Rich Controls
· 3. Template Control.
® ASP.NET server controls
The smallest ASP.NET Component, Wrap an HTML UI element, or more complex UI Component-oriented programming model Execute and renderer at the server side in asp.net
Example of ASP.NET server controls:
<asp:Button>
Ã
<input type="submit">
<asp:Label>
Ã
<span>
<asp:GridView> Ã <table><tr><td>
Web server controls are server UI controls
that abstract the common HTML elements. Have own lifecycle and functionality.
Come with .NET Framework. This present in “System.Web.UI.WebControls” namespace,
inherit from the Web Control class.HTML Abstraction. Rendered HTML tags are
quite different from the design-time markup