| HTML Tutorials |
|
|
| XML Tutorials |
|
|
| Browser Scripting |
|
|
| Server Scripting |
|
|
| .NET (dotnet) |
|
|
| Multimedia |
|
|
| Web Building |
|
|
| Java Tutorials |
|
|
| Programming Langauges |
|
|
| Soft Skills |
|
|
|
|
Web server controls are special ASP.NET tags that are understood by the server.
|
|
Web Server Controls
|
|
Like HTML server controls, Web server controls are required a runat="server" attribute to work and also they are created on the server. However, Web server controls may represent more complex elements and do not necessarily map to any existing HTML 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 |
| 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 |
| 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 |
| Repeater |
Displays a repeated list of items bound to the control |
| 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 |
|
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords:
Web Server Controls,
net web server controls,
asp net web server controls,
asp net controls,
vb net controls,
web server asp net,
visual basic controls,
web server control,
web server control panel,
xml web server control,
datagrid web server control,
access control in web servers,
net web server control,
web server c#,
c# controls,
asp controls,
javascript controls,
datagrid controls,
vb controls,
net controls,
aspx controls,
web server vb,
web server header,
web server form,
web server net,
listbox controls,
datalist controls,
repeater controls,
web server database,
paging controls,
page controls,
web server get,
controls add,
dropdownlist controls,
web server asp
|
|
| HTML Quizes |
|
|
| XML Quizes |
|
|
| Browser Scripting Quizes |
|
|
| Server Scripting Quizes |
|
|
| .NET (dotnet) Quizes |
|
|
| Multimedia Quizes |
|
|
| Web Building Quizes |
|
|
| Java Quizes |
|
|
| Programming Langauges Quizes |
|
|
| Soft Skills Quizes |
|
|
|