上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页

2007年5月14日

Standard Controls[27]->Xml

摘要: The Xml control can be used to write out an XML document or the results of an XSL Transform. The DocumentSource specifies the XML document to use. This document will be written directly to the output ... 阅读全文

posted @ 2007-05-14 09:41 改变热爱 阅读(139) 评论(0) 推荐(0)

Standard Controls[26]->Wizard

摘要: The Wizard control provides navigation through a series of steps that collect information incrementally from a user. Many websites include functionality that collects information from the end user (e.... 阅读全文

posted @ 2007-05-14 09:40 改变热爱 阅读(187) 评论(0) 推荐(0)

Standard Controls[25]->TextBox

摘要: The TextBox control enables the user to enter text. By default, the TextMode of TextBox is SingleLine, but you can modify the behavior of TextBox by setting the TextMode to Password or MultiLine. The ... 阅读全文

posted @ 2007-05-14 09:39 改变热爱 阅读(118) 评论(0) 推荐(0)

Standard Controls[24]->Table , TableRow , and TableCell

摘要: The Table control builds up a table programmatically by adding TableRows to the Rows collection of the table, and TableCells to the Cells collection of the row. You can add content to a table cell pro... 阅读全文

posted @ 2007-05-14 09:38 改变热爱 阅读(186) 评论(0) 推荐(0)

Standard Controls[23]->Substitution

摘要: ASP.NET v1.x introduced a powerful feature known as Partial Page Caching. This feature allowed developers to construct ASP.NET pages which were partly dynamic and partly cached. Regions marked as dyna... 阅读全文

posted @ 2007-05-14 09:37 改变热爱 阅读(295) 评论(0) 推荐(0)

Standard Controls[22]->RadioButtonList

摘要: The RadioButtonList control provides a single-selection checked list. Like other list controls, RadioButtonList has an Items collection with members that correspond to each item in the list. To determ... 阅读全文

posted @ 2007-05-14 09:36 改变热爱 阅读(164) 评论(0) 推荐(0)

Standard Controls[21]->RadioButton

摘要: The RadioButton control permits you to intersperse the radio buttons in a group with other content in the page. The buttons in the sample are grouped logically because they all share the same GroupNam... 阅读全文

posted @ 2007-05-14 09:36 改变热爱 阅读(126) 评论(0) 推荐(0)

Standard Controls[20]->PlaceHolder

摘要: The PlaceHolder control can be used as a container control within a document to dynamically load other controls. The PlaceHolder control has no HTML-based output and is used only to mark a spot for ot... 阅读全文

posted @ 2007-05-14 09:35 改变热爱 阅读(128) 评论(0) 推荐(0)

Standard Controls[19]->Panel

摘要: The Panel control is a container for other controls. It is especially useful when you want to generate controls programmatically or hide or show a group of controls, as shown in the following example.... 阅读全文

posted @ 2007-05-14 09:34 改变热爱 阅读(105) 评论(0) 推荐(0)

Standard Controls[18]->MultiView and View

摘要: The MultiView control represents a control that acts as a container for groups of View controls. It allows you to define a group of View controls, where each View control contains child controls, for ... 阅读全文

posted @ 2007-05-14 09:32 改变热爱 阅读(109) 评论(0) 推荐(0)

Standard Controls[17]->Literal

摘要: A Literal control is used to display text. You cannot apply a style to a literal control. This control will pass the content directly to the client browser, unless you use the Mode property to encode ... 阅读全文

posted @ 2007-05-14 09:31 改变热爱 阅读(117) 评论(0) 推荐(0)

Standard Controls[16]->ListBox

摘要: The ListBox control provides a single-selection or multiple-selection list. To enable multiple selection, set the SelectionMode property to Multiple. The following sample illustrates using a simple Li... 阅读全文

posted @ 2007-05-14 09:30 改变热爱 阅读(119) 评论(0) 推荐(0)

Standard Controls[15]->LinkButton

摘要: Like the Button control, LinkButton is used to post a Web Forms page back to the server. For additional button examples, see Button and ImageButton. For a control that navigates to another page, see H... 阅读全文

posted @ 2007-05-14 09:29 改变热爱 阅读(102) 评论(0) 推荐(0)

Standard Controls[14]->Label

摘要: The Label control displays text in a set location on the page. Unlike static text, the Text property of a label can be set programmatically. The following sample illustrates using the Label control. ... 阅读全文

posted @ 2007-05-14 09:28 改变热爱 阅读(102) 评论(0) 推荐(0)

Standard Controls[13]->ImageMap

摘要: Use the ImageMap control to create an image that contains defined hotspot regions. When a user clicks a hot spot region, the control can either generate a post back to the server or navigate to a spec... 阅读全文

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

上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页

导航