ASP.NET Tutorial
.NET HOME
.NET Intro
.NET vs ASP
.NET Install
.NET Pages
.NET Controls
.NET Events
ASP.NET Forms
.NET Forms
.NET ViewState
asp:TextBox
asp:Button
ASP.NET Binding
Data Binding
ArrayList
Hashtable
SortedList
XML Files
asp:Repeater
asp:DataList
ASP.NET Database
.NET DB Connection
ASP.NET 2.0
2.0 New Features
2.0 Master Pages
2.0 Navigation
References
HTML Controls
Web Controls
Validation Controls
Examples
ASP.NET Examples
Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality
W3Schools Tutorials
W3Schools Forum
Helping W3Schools
|
Web Server Controls
Web server controls are special ASP.NET tags understood by the server.
Web Server Controls
Like HTML server controls, Web server controls are also created on the server and
they require a runat="server" attribute to work. However, Web server controls do not
necessarily map to any existing HTML elements and they may represent more complex elements.
The syntax for creating a Web server control is:
<asp:control_name id="some_id" runat="server" />
|
| Web Server Control |
Description |
| AdRotator |
Displays a sequence of images |
| Button |
Displays a push button |
| Calendar |
Displays a calendar |
| CalendarDay |
A day in a calendar control |
| CheckBox |
Displays a check box |
| CheckBoxList |
Creates a multi-selection check box group |
| DataGrid |
Displays fields of a data source in a grid |
| DataList |
Displays items from a data source by using templates |
| DropDownList |
Creates a drop-down list |
| HyperLink |
Creates a hyperlink |
| Image |
Displays an image |
| ImageButton |
Displays a clickable image |
| Label |
Displays static content which is programmable (lets you
apply styles to its content) |
| LinkButton |
Creates a hyperlink button |
| ListBox |
Creates a single- or multi-selection drop-down list |
| ListItem |
Creates an item in a list |
| Literal |
Displays static content which is programmable(does not let
you 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 list in bullet format |
| Repeater |
Displays a repeated list of items bound to the control |
| Style |
Sets the style of controls |
| Table |
Creates a table |
| TableCell |
Creates a table cell |
| TableRow |
Creates a table row |
| TextBox |
Creates a text box |
| Xml |
Displays an XML file or the results of an XSL transform |
 |

|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|
|
Jump to: Top of Page
or HOME or
Printer friendly page
W3Schools provides material for training only. We do not warrant the correctness of its contents.
The risk from using it lies entirely with the user.
While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2009 by Refsnes Data. All Rights Reserved.
|
|
|