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)

Web Server Controls->ASP.NET Image Control

摘要: Definition and Usage The Image control is used to display an image. Properties Property Description AlternateText An a... 阅读全文

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

Web Server Controls->ASP.NET HyperLink Control

摘要: Definition and Usage The HyperLink control is used to create a hyperlink. Properties Property Description id A unique ... 阅读全文

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

Web Server Controls->ASP.NET DropDownList Control

摘要: Definition and Usage The DropDownList control is used to create a drop-down list. Each selectable item in a DropDownList control is defined by a ListItem element! Tip: This control supports data bindi... 阅读全文

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

Web Server Controls->ASP.NET CheckBoxList Control

摘要: Definition and Usage The CheckBoxList control is used to create a multi-selection check box group. Each selectable item in a CheckBoxList control is defined by a ListItem element! Tip: This control su... 阅读全文

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

Web Server Controls->ASP.NET CheckBox Control

摘要: Definition and Usage The CheckBox control is used to display a check box. Properties Property Description AutoPostBack ... 阅读全文

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

Web Server Controls->ASP.NET Calendar Control

摘要: Definition and Usage The Calendar control is used to display a calendar in the browser. This control displays a one-month calendar that allows the user to select dates and move to the next and previou... 阅读全文

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

Web Server Controls->ASP.NET Button Control

摘要: Definition and Usage The Button control is used to display a push button. The push button may be a submit button or a command button. By default, this control is a submit button. A submit button does ... 阅读全文

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

Web Server Controls->ASP.NET AdRotator Control

摘要: Definition and Usage The AdRotator control is used to display a sequence of ad images. This control uses an XML file to store the ad information. The XML file must begin and end with an tag. Inside t... 阅读全文

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

Web Server Controls

摘要: Web server controls are special ASP.NET tags understood by the server. Web Server Controls Like HTML server controls, Web server controls are also created on the server and they require a runat="serv... 阅读全文

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

导航