BindDataControl.BindDataList Method

HD.Common

BindDataControlBindDataList Method Helper帮助文档
简单绑定DataList

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void BindDataList(
	Control ctrl,
	DataView mydv
)
Public Shared Sub BindDataList ( 
	ctrl As Control,
	mydv As DataView
)
public:
static void BindDataList(
	Control^ ctrl, 
	DataView^ mydv
)
static member BindDataList : 
        ctrl : Control * 
        mydv : DataView -> unit 

Parameters

ctrl
Type: System.Web.UIControl
控件ID
mydv
Type: System.DataDataView
数据视图
See Also

Reference