2 implementations of IDataBoundListControl
System.Web (1)
UI\WebControls\GridView.cs (1)
42ICallbackEventHandler, IPersistedSelector, IDataKeysControl, IDataBoundListControl, IFieldControl {
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
29public class ListView : DataBoundControl, INamingContainer, IPageableItemContainer, IPersistedSelector, IDataKeysControl, IDataBoundListControl, IWizardSideBarListControl {
14 references to IDataBoundListControl
System.Web (5)
UI\WebControls\GridView.cs (5)
4502DataKeyArray IDataBoundListControl.DataKeys { 4508DataKey IDataBoundListControl.SelectedDataKey { 4514int IDataBoundListControl.SelectedIndex { 4523string[] IDataBoundListControl.ClientIDRowSuffix { 4532bool IDataBoundListControl.EnablePersistedSelection {
System.Web.DynamicData (4)
DynamicData\DefaultAutoFieldGenerator.cs (1)
50if (control is IDataBoundListControl || control is Repeater) {
DynamicData\DynamicDataExtensions.cs (2)
241IDataBoundListControl dataBoundListControl = dataBoundControl as IDataBoundListControl;
DynamicData\Util\Misc.cs (1)
132else if (container is IDataBoundListControl || container is Repeater) {
System.Web.Extensions (5)
UI\WebControls\ListView.cs (5)
3415DataKeyArray IDataBoundListControl.DataKeys { 3421DataKey IDataBoundListControl.SelectedDataKey { 3427int IDataBoundListControl.SelectedIndex { 3436string[] IDataBoundListControl.ClientIDRowSuffix { 3445bool IDataBoundListControl.EnablePersistedSelection {