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)

HTML Controls->ASP.NET HtmlInputImage Control

摘要: Definition and Usage The HtmlInputImage control is used to control an element. In HTML, this element is used to create an input button using an image, instead of a regular push-style button. Propert... 阅读全文

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

HTML Controls->ASP.NET HtmlInputHidden Control

摘要: Definition and Usage The HtmlInputHidden control is used to control an element. In HTML, this element is used to create a hidden input field. Properties and Events Propert... 阅读全文

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

HTML Controls->ASP.NET HtmlInputFile Control

摘要: Definition and Usage The HtmlInputFile control is used to control an element. In HTML, this element is used to upload a file to the server. Properties Property ... 阅读全文

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

HTML Controls->ASP.NET HtmlInputCheckBox Control

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

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

HTML Controls->ASP.NET HtmlInputButton Control

摘要: Definition and Usage The HtmlInputButton control is used to control , , and elements. In HTML, these elements are used to create a command button, a submit button, and a reset button. Properties ... 阅读全文

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

HTML Controls->ASP.NET HtmlImage Control

摘要: Definition and Usage The HtmlImage control is used to control an element. In HTML, the element is used to display an image. Properties Property Description ... 阅读全文

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

HTML Controls->ASP.NET HtmlGeneric Control

摘要: Definition and Usage The HtmlGeneric control is used to control other HTML element not specified by a specific HTML server control, like , , , , , etc. Properties Property ... 阅读全文

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

HTML Controls->ASP.NET HtmlForm Control

摘要: Definition and Usage The HtmlForm control is used to control a element. In HTML, the element is used to create a form. Note: All HTML server controls must be within the HtmlForm control! Note: You c... 阅读全文

posted @ 2007-03-26 14:56 改变热爱 阅读(266) 评论(0) 推荐(0)

HTML Controls->ASP.NET HtmlButton Control

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

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

HTML Controls->ASP.NET HtmlAnchor Control

摘要: Definition and Usage The HtmlAnchor control is used to control an element. In HTML, the element is used to create a hyperlink. The hyperlink may link to a bookmark or to another Web page. Propertie... 阅读全文

posted @ 2007-03-26 14:46 改变热爱 阅读(212) 评论(0) 推荐(0)

HTML Server Controls

摘要: HTML server controls are HTML tags understood by the server. HTML Server Controls HTML elements in ASP.NET files are, by default, treated as text. To make these elements programmable, add a runat="se... 阅读全文

posted @ 2007-03-26 14:37 改变热爱 阅读(224) 评论(0) 推荐(0)

ASP.NET - Database Connection

摘要: ADO.NET is also a part of the .NET Framework. ADO.NET is used to handle data access. With ADO.NET you can work with databases. Examples Database connection - Bind to a Repeater//中继器,转发器 controlASPX S... 阅读全文

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

导航