BindDataControl Class
From HD.Common
| BindDataControl Class | Helper帮助文档 |
数据展示控件 绑定数据类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BindDataControl
Public Class BindDataControl
public ref class BindDataControl
type BindDataControl = class end
The BindDataControl type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BindDataControl | Initializes a new instance of the BindDataControl class |
Methods
| Name | Description | |
|---|---|---|
| BindDataList |
简单绑定DataList
| |
| BindDataReaderList |
SqlDataReader简单绑定DataList
| |
| BindGridView |
简单绑定GridView
| |
| BindRepeater |
绑定服务器控件 简单绑定Repeater
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also