2007年3月26日

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)

2007年3月6日

ASP.NET - The DataList Control

摘要: The DataList control is, like the Repeater control, used to display a repeated list of items that are bound to the control. However, the DataList control adds a table around the data items by default.... 阅读全文

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

ASP.NET - The Repeater Control

摘要: The Repeater control is used to display a repeated list of items that are bound to the control. Examples 1.Repeater control TitleArtistCompanyPrice output result: ... 阅读全文

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

ASP .NET - XML Files

摘要: We can bind an XML file to a list control. Examples 1.Example 1 - XML RadiobuttonList Output Result: ... 阅读全文

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

导航