2 implementations of IPersistedSelector
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 {
4 references to IPersistedSelector
System.Web (1)
UI\WebControls\GridView.cs (1)
4481DataKey IPersistedSelector.DataKey {
System.Web.DynamicData (2)
DynamicData\DynamicDataManager.cs (2)
245var dataKeySelector = dataBoundControl as IPersistedSelector;
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
3395DataKey IPersistedSelector.DataKey {