ICallbackContainer::GetCallbackScript Method
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::StringA 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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.