System.Web.UI.WebControls.DetailsView.GetCallbackScript Method

Returns the callback string created using the specified argument.

Syntax

protected virtual string GetCallbackScript (IButtonControl buttonControl, string argument)

Parameters

buttonControl
The control that initiated the callback.
argument
The callback code.

Returns

The complete callback string to be sent to the client.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0