Click or drag to resize
KaxFilterableContainerLocatorRetrieveDataSourceControl Method
Search for IDataSource control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual IDataSource RetrieveDataSourceControl(
	Control control,
	string controlId
)

Parameters

control
Type: System.Web.UIControl
instance of control from which search will start
controlId
Type: SystemString
id of the IDataSource control

Return Value

Type: IDataSource
IDataSource istance if found, otherwise null
See Also