User Tools

Site Tools


asp_net_web_forms_controls_by_name.htm
Navigation:  Clarion.Net (Clarion#) > ASP.Net WebForms >====== ASP.Net Web Forms Controls By Name ====== Previous pageReturn to chapter overviewNext page

AdRotator (Graphics Display)

Displays a sequence (predefined or random) of images.

Button (Commands)

Performs a task, and causes the form to be posted to the server for processing.

Calendar (Date setting)

Displays a graphic calendar to allow users to select a date.

CheckBox (Value setting)

Displays a box that users can click to turn on and off.

CheckBoxList (Value setting)

Creates a grouping of check boxes. The list control makes it easy to create check boxes using data binding.

CheckBoxList (Grouping other controls)

Creates a collection of check boxes.

CompareValidator (Comparison to a value)

Compares a user's entry against a constant value or a property value of another control using a comparison operator (less than, equal, greater than, and so on).

CustomValidator (User-defined)

Checks the user's entry using validation logic that you code yourself.

DataGrid (Selection from a list)

Displays information, usually data-bound, in tabular form with columns. Provides mechanisms to allow editing and sorting.

DataList (Selection from a list)

Like the Repeater control, but with more formatting and layout options, including the ability to display information in a table. The DataList control also allows you to specify editing behavior.

DropDownList (Selection from a list)

Allows users to select from a list that appears when the user clicks a button.

HtmlAnchor (Commands)

Enables Web navigation.

HtmlAnchor (Navigation)

Creates a Web navigation link.

HtmlButton (Commands)

Performs a task. This control can contain any arbitrary HTML, and therefore it is very flexible in look and feel. However, it is not compatible with all browsers.

HtmlForm (Forms)

Defines an HTML form. The values of controls within the form are posted to the server when the form is submitted.

HtmlGenericControl (Other functions)

Creates a basic object model (properties, methods, events) for any HTML element converted to a control.

HtmlImage (Graphics Display)

Displays an image.

HtmlInputButton (Commands)

Performs a task. This button is supported on all browsers.

HtmlInputCheckbox (Value setting)

Creates a box that users can click to turn on and off. The CheckBox control includes a label.

HtmlInputFile (File transfer)

Allows users to specify files to upload to a server. (The server must allow uploads.)

HtmlInputHidden (Information storage)

Stores state information for a form (information that needs to be available with each round trip to the server).

HtmlInputImage (Commands)

Like a button, but displays a graphic.

HtmlInputRadioButton (Value setting)

Displays a button that can be turned on or off. Radio buttons are typically used to allow the user to select one item from a short list of fixed options.

HtmlInputText (Text edit)

Displays text that can be edited by users at run time, or changed programmatically.

HtmlSelect (Selection from a list)

Displays a list of text and graphical items (icons).

HtmlTable (Table manipulation)

Creates a table.

HtmlTableCell (Table manipulation)

Creates an individual cell within a table row.

HtmlTableRow (Table manipulation)

Creates an individual row within a table.

HtmlTextArea (Text edit)

Displays large quantities of text. Used for multi-line text entry and display.

HyperLink (Navigation)

Creates a Web navigation link.

Image (Graphics Display)

Displays an image.

ImageButton (Commands)

Like a Button control, but incorporates an image instead of text, and causes the form to be posted to the server for processing.

Label (Read only Text display)

Displays text that users cannot directly edit.

LinkButton (Commands)

Like a Button control, but has the appearance of a hyperlink, and causes the form to be posted to the server for processing.

ListBox (Selection from a list)

Allows users to select from a list that appears when the user clicks a button.

Literal (Place holding)

Renders static text into a Web page without adding any HTML elements.

Panel (Grouping other controls)

Creates a borderless division on the form that serves as a container for other controls.

PlaceHolder (Place holding)

Enables you to place an empty container control in the page and then dynamically add child elements to it at run time.

RadioButton (Value setting)

Displays a single button that can be turned on or off.

RadioButtonList (Value setting)

Creates a grouping of radio buttons. Inside the group, only one button can be selected.

RadioButtonList (Grouping other controls)

Creates a grouping of radio buttons. Inside the group, only one button can be selected.

RangeValidator (Range checking)

Checks that a user's entry is between specified lower and upper boundaries. You can check ranges within pairs of numbers, alphabetic characters, and dates. Boundaries can be expressed as constants or as values derived from another control.

RegularExpressionValidator (Pattern matching)

Checks that the entry matches a pattern defined by a regular expression. This type of validation allows you to check for predictable sequences of characters, such as those in social security numbers, e-mail addresses, telephone numbers, postal codes, and so on.

Repeater (Selection from a list)

Displays information from a data source using a set of HTML elements and controls you specify, repeating the elements once for each record in the data set.

RequiredFieldValidator (Required entry)

Ensures that the user does not skip an entry.

Table (Table manipulation)

Creates a table.

TableCell (Table manipulation)

Creates an individual cell within a table row.

TableRow (Table manipulation)

Creates an individual row within a table.

TextBox (Text edit)

Displays text that can be edited by users at run time or changed programmatically.

ValidationSummary

Displays the error messages of all other validation controls on the page in a single unified summary.

XML (Place holding)

Reads XML and writes it into a Web Forms page at the location of the control.

asp_net_web_forms_controls_by_name.htm.txt · Last modified: 2021/04/15 15:56 by 127.0.0.1