DetailsView::GetCallbackScript Method (IButtonControl^, String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the callback string created using the specified argument.
Assembly: System.Web (in System.Web.dll)
protected: virtual String^ GetCallbackScript( IButtonControl^ buttonControl, String^ argument )
Parameters
- buttonControl
-
Type:
System.Web.UI.WebControls::IButtonControl^
The control that initiated the callback.
- argument
-
Type:
System::String^
The callback code.
.NET Framework
Available since 2.0
Available since 2.0
Show: