2 implementations of GetCallbackScript
System.Web (2)
UI\WebControls\DetailsView.cs (1)
3602string ICallbackContainer.GetCallbackScript(IButtonControl buttonControl, string argument) {
UI\WebControls\GridView.cs (1)
4460string ICallbackContainer.GetCallbackScript(IButtonControl buttonControl, string argument) {
2 references to GetCallbackScript
System.Web (2)
UI\WebControls\DataControlImageButton.cs (1)
59string callbackScript = _callbackContainer.GetCallbackScript(this, _callbackArgument);
UI\WebControls\DataControlLinkButton.cs (1)
66string callbackScript = _callbackContainer.GetCallbackScript(this, _callbackArgument);