GridView.GetCallbackResult Method
.NET Framework 3.0
Returns the result of a callback event that targets a control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: