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

 

Creates a script for initiating a client callback to a Web server.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

String^ GetCallbackScript(
	IButtonControl^ buttonControl,
	String^ argument
)

Parameters

buttonControl
Type: System.Web.UI.WebControls::IButtonControl^

The control initiating the callback request.

argument
Type: System::String^

The arguments used to build the callback script.

Return Value

Type: System::String^

A script that, when run on a client, will initiate a callback to the Web server.

Implementations of the GetCallbackScript method should return a script that, when run on the client, will initiate a callback to the Web server.

The argument parameter is passed to the RaiseCallbackEvent method that handles the callback.

For more information on creating callbacks, see Implementing Client Callbacks Programmatically Without Postbacks in ASP.NET Web Pages.

.NET Framework
Available since 2.0
Return to top
Show: