2 implementations of ICallbackContainer
System.Web (2)
UI\WebControls\DetailsView.cs (1)
41public class DetailsView : CompositeDataBoundControl, IDataItemContainer, ICallbackContainer, ICallbackEventHandler, IPostBackEventHandler, IPostBackContainer, IDataBoundItemControl, IFieldControl {
UI\WebControls\GridView.cs (1)
41public class GridView : CompositeDataBoundControl, IPostBackContainer, IPostBackEventHandler, ICallbackContainer,
6 references to ICallbackContainer
System.Web (6)
UI\WebControls\DataControlImageButton.cs (2)
57ICallbackContainer _callbackContainer = _container as ICallbackContainer;
UI\WebControls\DataControlLinkButton.cs (2)
64ICallbackContainer _callbackContainer = _container as ICallbackContainer;
UI\WebControls\DetailsView.cs (1)
3602string ICallbackContainer.GetCallbackScript(IButtonControl buttonControl, string argument) {
UI\WebControls\GridView.cs (1)
4460string ICallbackContainer.GetCallbackScript(IButtonControl buttonControl, string argument) {