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

2007年5月14日

Validation Controls[3]->RegularExpressionValidator

摘要: The RegularExpressionValidator control confirms that the entry matches a pattern defined by a regular expression. This type of validation allows you to check for predictable sequences of characters, s... 阅读全文

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

Validation Controls[2]->RangeValidator

摘要: The RangeValidator control tests whether an input value falls within a given range. RangeValidator uses three key properties to perform its validation: ControlToValidate contains the value to validate... 阅读全文

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

Validation Controls[1]->RequiredFieldValidator

摘要: The RequiredFieldValidator control ensures that the user does not skip an entry. The control fails validation if the value it contains does not change from its initial value when validation is perform... 阅读全文

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

Validation Controls

摘要: RequiredFieldValidator RegularExpressionValidator ... 阅读全文

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

Data Controls[10]->SiteMapDataSource

摘要: The SiteMapDataSource control enables you to declaratively data bind to site navigation data in your pages. The SiteMapDataSource control is associated to a data-bound control through the control's Da... 阅读全文

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

Data Controls[9]->XmlDataSource

摘要: The XmlDataSource control belongs to the family of data source controls in ASP.NET, which enables a declarative databinding model against a variety of underlying data stores. The XMLDataSource control... 阅读全文

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

Data Controls[8]->AccessDataSource

摘要: The AccessDataSource control is a data source control that represents a connection to a Microsoft™ Access database. The AccessDataSource control derives from SqlDataSource, but exposes a simple DataFi... 阅读全文

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

Data Controls[7]->ObjectDataSource

摘要: ObjectDataSource belongs to the family of data source controls in ASP.NET, which enables a declarative databinding model against a variety of underlying data stores, such as SQL databases or XML. Most... 阅读全文

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

Data Controls[6]->SqlDataSource

摘要: The SqlDataSource control is a data source control that represents a connection to an ADO.NET SQL database provider, such as SQL, OLEDB, ODBC, or Oracle. Note that a separate AccessDataSource control ... 阅读全文

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

Data Controls[5]->Repeater

摘要: The Repeater control displays data items in a repeating list. Similar to DataList, the content and layout of list items in Repeater is defined using templates. At a minimum, every Repeater must define... 阅读全文

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

Data Controls[4]->FormView

摘要: FormView is a data-bound user interface control that renders a single record at a time from its associated data source, optionally providing paging buttons to navigate between records. It is similar t... 阅读全文

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

Data Controls[3]->DetailsView

摘要: DetailsView is a data-bound user interface control that renders a single record at a time from its associated data source, optionally providing paging buttons to navigate between records. It is simila... 阅读全文

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

Data Controls[2]->DataList

摘要: The DataList control displays data items in a repeating list, and optionally supports selecting and editing the items. The content and layout of list items in DataList is defined using templates. At a... 阅读全文

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

Data Controls[1]->GridView

摘要: The ASP.NET GridView control is the successor to the v1.x DataGrid, adding the ability to take advantage of specific capabilities of ASP.NET data source controls. Whereas the v1.x DataGrid required a ... 阅读全文

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

Data Controls

摘要: GridView FormView O... 阅读全文

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

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

导航