DetailsView.GetCallbackScript Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the callback string created using the specified argument.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected: virtual String^ GetCallbackScript ( IButtonControl^ buttonControl, String^ argument )
protected String GetCallbackScript ( IButtonControl buttonControl, String argument )
protected function GetCallbackScript ( buttonControl : IButtonControl, argument : String ) : String
Not applicable.
Parameters
- buttonControl
The control that initiated the callback.
- argument
The callback code.
Return Value
The complete callback string to be sent to the client.Community Additions
ADD
Show: