BindDataControl.BindRepeater Method

HD.Common

BindDataControlBindRepeater Method Helper帮助文档
绑定服务器控件 简单绑定Repeater

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

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

Parameters

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

Reference