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