2 implementations of GetCallbackScript
System.Web (2)
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) {
2 references to GetCallbackScript
System.Web (2)
UI\WebControls\DataControlImageButton.cs (1)
59
string callbackScript = _callbackContainer.
GetCallbackScript
(this, _callbackArgument);
UI\WebControls\DataControlLinkButton.cs (1)
66
string callbackScript = _callbackContainer.
GetCallbackScript
(this, _callbackArgument);