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