2007年3月28日

Validation Server Controls

摘要: Validation server controls are used to validate user-input. Validation Server Controls A Validation server control is used to validate the data of an input control. If the data does not pass validati... 阅读全文

posted @ 2007-03-28 08:09 改变热爱 阅读(225) 评论(0) 推荐(0)

Web Server Controls->ASP.NET XML Control

摘要: Definition and Usage The XML control is used to display an XML document or the results of an XSL Transform. Note: At least one of the XML Document properties must be set or no XML document is displaye... 阅读全文

posted @ 2007-03-28 08:08 改变热爱 阅读(278) 评论(0) 推荐(0)

2007年3月27日

Web server Controls->ASP.NET TextBox Control

摘要: Definition and Usage The TextBox control is used to create a text box where the user can input text. Properties Property Description ... 阅读全文

posted @ 2007-03-27 17:18 改变热爱 阅读(226) 评论(0) 推荐(0)

Web Server Controls->ASP.NET TableRow Control

摘要: Definition and Usage The TableRow control is used in conjunction with the TableCell control and the Table control to create a row in a table. Tip: The rows of a table are stored in the Rows collection... 阅读全文

posted @ 2007-03-27 16:15 改变热爱 阅读(206) 评论(0) 推荐(0)

Web Server Controls->ASP.NET TableCell Control

摘要: Definition and Usage The TableCell control is used in conjunction with the Table control and the TableRow control to create a cell in a table. Tip: The cells of each row are stored in the Cells collec... 阅读全文

posted @ 2007-03-27 16:11 改变热爱 阅读(270) 评论(0) 推荐(0)

Web Server Controls->ASP.NET Table Control

摘要: Definition and Usage The Table control is used in conjunction with the TableCell control and the TableRow control to create a table. Properties Property Descrip... 阅读全文

posted @ 2007-03-27 10:19 改变热爱 阅读(249) 评论(0) 推荐(0)

Web Server Controls->ASP.NET RadioButtonList Control

摘要: Definition and Usage The RadioButtonList control is used to create a group of radio buttons. Each selectable item in a RadioButtonList control is defined by a ListItem element! Tip: This control suppo... 阅读全文

posted @ 2007-03-27 09:56 改变热爱 阅读(346) 评论(0) 推荐(0)

Web Server Controls->ASP.NET RadioButton Control

摘要: Definition and Usage The RadioButton control is used to display a radio button. Tip: To create a set of radio buttons using data binding, use the RadioButtonList control! Properties ... 阅读全文

posted @ 2007-03-27 09:52 改变热爱 阅读(469) 评论(0) 推荐(0)

Web Server Controls->ASP.NET PlaceHolder Control

摘要: Definition and Usage The PlaceHolder control is used to reserve space for controls added by code. Note: The PlaceHolder control does not produce any visible output (it only acts as a container for oth... 阅读全文

posted @ 2007-03-27 09:48 改变热爱 阅读(169) 评论(0) 推荐(0)

Web Server Controls->ASP.NET Panel Control

摘要: Definition and Usage The Panel control is used as a container for other controls. Tip: This control is often used to generate controls by code and to display and hide groups of controls. Note: This co... 阅读全文

posted @ 2007-03-27 09:47 改变热爱 阅读(280) 评论(0) 推荐(0)

Web Server Controls->ASP.NET Literal Control

摘要: Definition and Usage The Literal control is used to display text on a page. The text is programmable. Note: This control does not let you apply styles to its content! Properties ... 阅读全文

posted @ 2007-03-27 09:41 改变热爱 阅读(301) 评论(0) 推荐(0)

Web Server Controls->ASP.NET ListBox Control

摘要: Definition and Usage The ListBox control is used to create a single- or multi-selection drop-down list. Each selectable item in a ListBox control is defined by a ListItem element! Tip: This control su... 阅读全文

posted @ 2007-03-27 09:34 改变热爱 阅读(208) 评论(0) 推荐(0)

Web Server Controls->ASP.NET LinkButton Control

摘要: Definition and Usage The LinkButton control is used to create a hyperlink button. Note: This control looks like a HyperLink control but has the same functionality as the Button control! Properties ... 阅读全文

posted @ 2007-03-27 09:30 改变热爱 阅读(208) 评论(0) 推荐(0)

Web Server Controls->ASP.NET Label Control

摘要: Definition and Usage The Label control is used to display text on a page. The text is programmable. Note: This control lets you apply styles to its content! Properties Pro... 阅读全文

posted @ 2007-03-27 09:26 改变热爱 阅读(186) 评论(0) 推荐(0)

Web Server Controls->ASP.NET ImageButton Control

摘要: Definition and Usage The ImageButton control is used to display a clickable image. Properties Property Description CausesValidatio... 阅读全文

posted @ 2007-03-27 09:22 改变热爱 阅读(254) 评论(0) 推荐(0)

导航