2 references to GetCallbackEventReference
System.Web (2)
UI\WebControls\DetailsView.cs (1)
3177string doCallBackCall = scriptOM.GetCallbackEventReference(this, clientReference + ".getHiddenFieldContents(arg)", "DetailsView_OnCallback", clientReference);
UI\WebControls\GridView.cs (1)
3726string doCallBackCall = scriptOM.GetCallbackEventReference(this, clientReference + ".getHiddenFieldContents(arg)", "GridView_OnCallback", clientReference);