GridView::ICallbackContainer::GetCallbackScript Method (IButtonControl^, String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates the callback script for a button that performs a sorting operation.
Assembly: System.Web (in System.Web.dll)
private: virtual String^ GetCallbackScript( IButtonControl^ buttonControl, String^ argument ) sealed = ICallbackContainer::GetCallbackScript
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.
ICallbackContainer::GetCallbackScript is a helper method that is 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: