ASP. NET In the namespace System. Web. UI. htmlcontrols And System. Web. UI. webcontrols In UI Controls. These two naming controls have some similar controls. Html Server and Web Server Control. Html The methods and features provided by the server control are similar Html Control, W EB Server controls provide modularity and methods similar Windows Control.
Server Control description:
| Control |
HTML |
description |
| label |
|
label the control returns a span elements |
| literal |
static text |
If the plain text of a ticket should be returned, you can use literal control. This control can be used by the Program internal content |
Textbox |
<Intup type = "text"> |
|
Button |
<Input type = "Submit"> |
|
| linkbutton |
|
linkbutton Create A anchor mark, which contains J returned to the server avascript |
| imagebutton |
|
the control will generate image type input mark, indicating the referenced metric image |
| H yperlink |
|
hyperlink controls create a ticket anchor MARK reference Web plane |
Dropdownlist |
<SELECT> |
Select one region from multiple regions |
ListBox |
<Select size = ""> |
Multiple partitions are displayed at a time. |
| checkbox |
|
displays a token that can be selected or canceled. If you do not use checkbox , you can also use checkboxlist Create a table, multiple checkbox elements |
| radiobutton |
|
select a worker in the selected group. And checkboxlist similar, radiobuttonlist A list of instances |
| image |
|
image the control returns a IMG mark, displayed on the client GIF or JPG file |
| calendar |
| calendar controls are better than others, you can display the complete day chart. You can select a date in the day chart, modify the month, and so on, limit Crip generation runtime HTML table |
|
Treeview |
<Div> <Table> |
TreeviewControl ReturnsDivMark, where the root content contains multipleTableMark,JavascriptIt is used to open and shut down regions on the customer's terminal. |