2 types derived from BaseDataBoundControl
System.Web (2)
UI\WebControls\DataBoundControl.cs (1)
29
public abstract class DataBoundControl :
BaseDataBoundControl
{
UI\WebControls\HierarchicalDataBoundControl.cs (1)
17
public abstract class HierarchicalDataBoundControl :
BaseDataBoundControl
{
5 references to BaseDataBoundControl
System.Web.DynamicData (5)
DynamicData\DynamicDataExtensions.cs (2)
236
public static void EnablePersistedSelection(this
BaseDataBoundControl
dataBoundControl) {
240
internal static void EnablePersistedSelectionInternal(
BaseDataBoundControl
dataBoundControl) {
DynamicData\DynamicDataManager.cs (3)
182
BaseDataBoundControl
baseDataBoundControl = control as
BaseDataBoundControl
;
190
internal static void EnablePersistedSelection(
BaseDataBoundControl
baseDataBoundControl, IMetaTable table) {