This documentation is archived and is not being maintained.

DetailsView::ICallbackContainer::GetCallbackScript Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Creates the callback script for the DetailsView control.

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 that posted the page back to the server.
argument
Type: System::String
The argument for the callback event.

Return Value

Type: System::String
The callback script for the DetailsView control.

Implements

ICallbackContainer::GetCallbackScript(IButtonControl, String)

This method is a helper method that is 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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: