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