Easy Tutorial
❮ Control Radiobuttonlist Prop Webcontrol Style Borderwidth ❯

ASP.NET Web Forms - Web Server Controls


Web server controls are special ASP.NET tags that the server can understand.


Web Server Controls

Similar to HTML server controls, web server controls are also created on the server and require the runat="server" attribute to be effective. However, web server controls do not necessarily map to any existing HTML elements; they can represent more complex elements.

The syntax for creating web server controls is:

Web Server Control Description
AdRotator Displays a sequence of graphics
Button Displays a push button
Calendar Displays a calendar
CalendarDay A day in the calendar control
CheckBox Displays a checkbox
CheckBoxList Creates a multi-select checkbox group
DataGrid Displays fields of a data source in a grid
DataList Displays items from a data source using templates
DropDownList Creates a dropdown list
HyperLink Creates a hyperlink
Image Displays an image
ImageButton Displays a clickable image
Label Displays programmable static content (allows you to apply styles to its content)
LinkButton Creates a hyperlink button
ListBox Creates a single-select or multi-select dropdown list
ListItem Creates an item in a list
Literal Displays programmable static content (does not allow you to apply styles to its content)
Panel Provides a container for other controls
PlaceHolder Reserves space for controls added by code
RadioButton Creates a radio button
RadioButtonList Creates a group of radio buttons
BulletedList Creates a bulleted list
Repeater Displays a repeating list of items bound to the control
Style Sets the style of a control
Table Creates a table
TableCell Creates a table cell
TableRow Creates a table row
TextBox Creates a text box
Xml Displays the result of an XML file or XSL transformation
❮ Control Radiobuttonlist Prop Webcontrol Style Borderwidth ❯