DetailsView::ICallbackContainer::GetCallbackScript Method
Creates the callback script for the DetailsView control.
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 that posted the page back to the server.
- argument
- Type: System::String
The argument for the callback event.
Implements
ICallbackContainer::GetCallbackScript(IButtonControl, String)The GetCallbackScript method is a helper method called by the DetailsView control to generate its callback script. If the DetailsView control does not render client script, or if the argument parameter is nullptr or an empty string (""), this method returns nullptr.
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.