2007年3月27日

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)

2007年3月26日

HTML Controls->ASP.NET HtmlTextArea Control

摘要: Definition and Usage The HtmlTextArea control is used to control a element. In HTML, the element is used to create a text area. Properties and Events Property ... 阅读全文

posted @ 2007-03-26 16:02 改变热爱 阅读(215) 评论(0) 推荐(0)

HTML Controls->ASP.NET HtmlTableRow Control

摘要: Definition and Usage The HtmlTableRow control is used to control a element. In HTML, the element is used to create a table row. Properties Property Descriptio... 阅读全文

posted @ 2007-03-26 15:58 改变热爱 阅读(267) 评论(0) 推荐(0)

HTML Controls->ASP.NET HtmlTableCell Control

摘要: Definition and Usage The HtmlTableCell control is used to control and elements. In HTML, these elements are used to create table cells and header table cells. Properties ... 阅读全文

posted @ 2007-03-26 15:51 改变热爱 阅读(319) 评论(0) 推荐(0)

HTML Controls->ASP.NET HtmlSelect Control

摘要: Definition and Usage The HtmlSelect control is used to control a Output Result: IF you click the selectbox "angry", it will shows : ... 阅读全文

posted @ 2007-03-26 15:36 改变热爱 阅读(310) 评论(0) 推荐(0)

HTML Controls->ASP.NET HtmlInputText Control

摘要: Definition and Usage The HtmlInputText control is used to control and elements. In HTML, these elements are used to create a text field and a password field. Properties P... 阅读全文

posted @ 2007-03-26 15:33 改变热爱 阅读(227) 评论(0) 推荐(0)

HTML Controls->ASP.NET HtmlInputRadioButton Control

摘要: Definition and Usage The HtmlInputRadioButton control is used to control an element. In HTML, this element is used to create a radiobutton. Properties Property ... 阅读全文

posted @ 2007-03-26 15:29 改变热爱 阅读(284) 评论(0) 推荐(0)

导航