5 references to GetPostBackEventReference
System.Web (4)
UI\ClientScriptManager.cs (1)
433
string postbackRef =
GetPostBackEventReference
(options.TargetControl, options.Argument);
UI\Page.cs (3)
2588
return ClientScript.
GetPostBackEventReference
(control, String.Empty);
2605
return ClientScript.
GetPostBackEventReference
(control, argument);
2615
return ClientScript.
GetPostBackEventReference
(control, argument);
System.Web.DataVisualization (1)
Common\General\ImageMap.cs (1)
489
writer.AddAttribute(HtmlTextWriterAttribute.Onclick, chart.Page.ClientScript.
GetPostBackEventReference
(chart, this.PostBackValue));