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

 

This API supports the product 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.

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 null or an empty string (""), this method returns null.

.NET Framework
Available since 2.0
Return to top
Show: