DetailsView::ICallbackContainer::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.
Creates the callback script for the DetailsView control.
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.
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
Available since 2.0
Show: