User Manual

Server Controls
Web Controls
Web controls appear in HTML markup as
namespaced tags
Web controls have an asp: prefix
<asp:button onclick="button1_click“ runat=server>
<asp:textbox onchanged="text1_changed“ runat=server>
Defined in the System.Web.UI.WebControls
namespace
This namespace is automatically mapped to the
asp: prefix