3 implementations of GetCallbackResult
System.Web (3)
UI\WebControls\DetailsView.cs (1)
3614string ICallbackEventHandler.GetCallbackResult() {
UI\WebControls\GridView.cs (1)
4472string ICallbackEventHandler.GetCallbackResult() {
UI\WebControls\TreeView.cs (1)
3214string ICallbackEventHandler.GetCallbackResult() {
1 reference to GetCallbackResult
System.Web (1)
UI\Page.cs (1)
5401string result = _callbackControl.GetCallbackResult();