GridView.GetCallbackScript Method
.NET Framework 3.0
Creates the callback script for a button that performs a sorting operation.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected: virtual String^ GetCallbackScript ( IButtonControl^ buttonControl, String^ argument )
protected String GetCallbackScript ( IButtonControl buttonControl, String argument )
protected function GetCallbackScript ( buttonControl : IButtonControl, argument : String ) : String
Not applicable.
Parameters
- buttonControl
The button control for which to create the callback script.
- argument
The arguments to pass to the callback script.
Return Value
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.
Community Additions
ADD
Show: