GridView::GetCallbackScript Method (IButtonControl^, String^)
.NET Framework (current version)
Creates the callback script for a button that performs a sorting operation.
Assembly: System.Web (in System.Web.dll)
protected: virtual String^ GetCallbackScript( IButtonControl^ buttonControl, String^ argument )
Parameters
- buttonControl
-
Type:
System.Web.UI.WebControls::IButtonControl^
The button control for which to create the callback script.
- argument
-
Type:
System::String^
The arguments to pass to the callback script.
Return Value
Type: System::String^The callback script for a button that performs a sorting operation.
The GetCallbackScript method is a helper method used by the GridView control to create the callback script for a button that performs a sorting operation.
.NET Framework
Available since 2.0
Available since 2.0
Show: