Sideway
output.to from Sideway
Draft for Information Only

Content

ASP.NET Web Server Controls
 Typical Web Server Controls
 Typical Web Server Control Properties
 Sources and References

ASP.NET Web Server Controls

Typical Web Server Controls

AdRotator Web Server ControlDetails the ASP.NET syntax for the AdRotator Web server control. This control displays an advertisement banner. Button Web Server ControlDetails the ASP.NET syntax for the Button Web server control. This control creates a push button. Calendar Web Server ControlDetails the ASP.NET syntax for the Calendar Web server control. This control displays a one-month calendar that allows the user to select dates and move to the next and previous months. CheckBox Web Server ControlDetails the ASP.NET syntax for the CheckBox Web server control. This control creates a check box that allows the user to switch between a true or false state. CheckBoxList Web Server ControlDetails the ASP.NET syntax for the CheckBoxList Web server control. This control allows you to create a multiselection check box group that can be dynamically created by binding the control to a data source. DataGrid Web Server ControlDetails the ASP.NET syntax for the DataGrid Web server control. This control displays the items from a data source in table. You can control which fields are displayed in the DataGrid control and also allow the user to select, edit, and sort the items in the control. DataList Web Server ControlDetails the ASP.NET syntax for the DataList Web server control. This control displays the items from a data source using templates. You can customize the appearance and contents of the control by manipulating the templates that make up the different components of the DataList control, such as the ItemTemplate and HeaderTemplate. DropDownList Web Server ControlDetails the ASP.NET syntax for the DropDownList Web server control. This control displays a drop-down list that allows the user to select a single item from the list. HyperLink Web Server ControlDetails the ASP.NET syntax for the HyperLink Web server control. This control displays a link that directs you to another Web page. Image Web Server ControlDetails the ASP.NET syntax for the Image Web server control. This control displays a Web-compatible image. ImageButton Web Server ControlDetails the ASP.NET syntax for the ImageButton Web server control. This control displays an image and allows you to handle user click events on the server. Label Web Server ControlDetails the ASP.NET syntax for the Label Web server control. This control allows you to display static text on the page and manipulate it programmatically. The Label control is similar to the Literal control, except Label allows you to apply style properties to the text. LinkButton Web Server ControlDetails the ASP.NET syntax for the LinkButton Web server control. This control creates hyperlink-style buttons. ListBox Web Server ControlDetails the ASP.NET syntax for the ListBox Web server control. This control displays a single-selection or multiselection list box. Literal Web Server ControlDetails the ASP.NET syntax for the Literal Web server control. Like the Label control, this control allows you to display static content on the page and manipulate it programmatically. Unlike the Label control, Literal does not let you apply styles to its content. Panel Web Server ControlDetails the ASP.NET syntax for the Panel Web server control. This control provides a container for other controls. PlaceHolder Web Server ControlDetails the ASP.NET syntax for the PlaceHolder Web server control. This control reserves a location in the page control hierarchy for controls that are added programmatically. RadioButton Web Server ControlDetails the ASP.NET syntax for the RadioButton Web server control. This control creates a single radio button. RadioButtonList Web Server ControlDetails the ASP.NET syntax for the RadioButtonList Web server control. This control displays a radio button group that can be dynamically created by binding the control to a data source. Repeater Web Server ControlDetails the ASP.NET syntax for the Repeater Web server control. This control displays the items from a data source in a custom layout by repeating a specified template for each item in the list. The Repeater control does not have an inherent appearance. You must define a template for the Repeater to display its contents. Table Web Server ControlDetails the ASP.NET syntax for the Table Web server control. This control displays a table and allows you to manipulate it programmatically. TableCell Web Server ControlDetails the ASP.NET syntax for the TableCell Web server control. This control allows you to declare a cell for the Table control and manipulate it programmatically. TableRow Web Server ControlDetails the ASP.NET syntax for the TableRow Web server control. This control allows you to declare a row for the Table control and manipulate it programmatically. TextBox Web Server ControlDetails the ASP.NET syntax for the TextBox Web server control. This control displays a single-line or multiline text box. Xml Web Server ControlDetails the ASP.NET syntax for the Xml Web server control. This control displays an XML document or the results of an XSL Transform.

Typical Web Server Control Properties

Base Web Server Control PropertiesDetails the properties shared by all Web server controls, except Literal, PlaceHolder, and Xml. Style PropertiesDescribes the style properties available to a subset of Web server controls and how to use those properties declaratively.

Sources and References

  • https://docs.microsoft.com/en-us/troubleshoot/aspnet/server-controls
  • https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-1.1/zfzfkea6(v=vs.71)

©sideway

ID: 211000003 Last Updated: 10/3/2021 Revision: 0 Ref:

close

References

  1. Active Server Pages,  , http://msdn.microsoft.com/en-us/library/aa286483.aspx
  2. ASP Overview,  , http://msdn.microsoft.com/en-us/library/ms524929%28v=vs.90%29.aspx
  3. ASP Best Practices,  , http://technet.microsoft.com/en-us/library/cc939157.aspx
  4. ASP Built-in Objects,  , http://msdn.microsoft.com/en-us/library/ie/ms524716(v=vs.90).aspx
  5. Response Object,  , http://msdn.microsoft.com/en-us/library/ms525405(v=vs.90).aspx
  6. Request Object,  , http://msdn.microsoft.com/en-us/library/ms524948(v=vs.90).aspx
  7. Server Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms525541(v=vs.90).aspx
  8. Application Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms525360(v=vs.90).aspx
  9. Session Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms524319(8v=vs.90).aspx
  10. ASPError Object,  , http://msdn.microsoft.com/en-us/library/ms524942(v=vs.90).aspx
  11. ObjectContext Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms525667(v=vs.90).aspx
  12. Debugging Global.asa Files,  , http://msdn.microsoft.com/en-us/library/aa291249(v=vs.71).aspx
  13. How to: Debug Global.asa files,  , http://msdn.microsoft.com/en-us/library/ms241868(v=vs.80).aspx
  14. Calling COM Components from ASP Pages,  , http://msdn.microsoft.com/en-us/library/ms524620(v=VS.90).aspx
  15. IIS ASP Scripting Reference,  , http://msdn.microsoft.com/en-us/library/ms524664(v=vs.90).aspx
  16. ASP Keywords,  , http://msdn.microsoft.com/en-us/library/ms524672(v=vs.90).aspx
  17. Creating Simple ASP Pages,  , http://msdn.microsoft.com/en-us/library/ms524741(v=vs.90).aspx
  18. Including Files in ASP Applications,  , http://msdn.microsoft.com/en-us/library/ms524876(v=vs.90).aspx
  19. ASP Overview,  , http://msdn.microsoft.com/en-us/library/ms524929(v=vs.90).aspx
  20. FileSystemObject Object,  , http://msdn.microsoft.com/en-us/library/z9ty6h50(v=vs.84).aspx
  21. http://msdn.microsoft.com/en-us/library/windows/desktop/ms675944(v=vs.85).aspx,  , ADO Object Model
  22. ADO Fundamentals,  , http://msdn.microsoft.com/en-us/library/windows/desktop/ms680928(v=vs.85).aspx
close

Latest Updated LinksValid XHTML 1.0 Transitional Valid CSS!Nu Html Checker Firefox53 Chromena IExplorerna
IMAGE

Home 5

Business

Management

HBR 3

Information

Recreation

Hobbies 8

Culture

Chinese 1097

English 339

Reference 79

Computer

Hardware 249

Software

Application 213

Digitization 32

Latex 52

Manim 205

KB 1

Numeric 19

Programming

Web 289

Unicode 504

HTML 66

CSS 65

SVG 46

ASP.NET 270

OS 429

DeskTop 7

Python 72

Knowledge

Mathematics

Formulas 8

Algebra 84

Number Theory 206

Trigonometry 31

Geometry 34

Coordinate Geometry 2

Calculus 67

Complex Analysis 21

Engineering

Tables 8

Mechanical

Mechanics 1

Rigid Bodies

Statics 92

Dynamics 37

Fluid 5

Fluid Kinematics 5

Control

Process Control 1

Acoustics 19

FiniteElement 2

Natural Sciences

Matter 1

Electric 27

Biology 1

Geography 1


Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019