GridView::ICallbackContainer::GetCallbackScript Method (IButtonControl^, String^)

 

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.

Namespace:   System.Web.UI.WebControls
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
Return to top
Show: