Click or drag to resize
BasicRepeaterBoundPagerToDataSource Method
Bound pager to the external external DataSource

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected void BoundPagerToDataSource(
	CMSBaseDataSource dataSource
)

Parameters

dataSource
Type: CMS.DocumentEngine.Web.UICMSBaseDataSource
DataSource control
See Also