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