GridView::ICallbackEventHandler::GetCallbackResult Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the result of a callback event that targets a control.
Assembly: System.Web (in System.Web.dll)
private: virtual String^ GetCallbackResult() sealed = ICallbackEventHandler::GetCallbackResult
The GridView control implements the ICallbackEventHandler interface and uses the RaisePostBackEvent to asynchronously retrieve data and the GetCallbackResult method to return the retrieved data to the control.
.NET Framework
Available since 2.0
Available since 2.0
Show: