ICallbackContainer::GetCallbackScript Method (IButtonControl^, String^)
.NET Framework (current version)
Creates a script for initiating a client callback to a Web server.
Assembly: System.Web (in System.Web.dll)
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
Available since 2.0
Show: