8 references to GetPostBackEventReference
System.Web (8)
UI\ClientScriptManager.cs (1)
407
return
GetPostBackEventReference
(options, false);
UI\HtmlControls\HtmlAnchor.cs (1)
234
string postBackEventReference = Page.ClientScript.
GetPostBackEventReference
(options, true);
UI\WebControls\Button.cs (1)
303
string reference = Page.ClientScript.
GetPostBackEventReference
(options, false);
UI\WebControls\CheckBox.cs (1)
547
onClick = Util.MergeScript(onClick, Page.ClientScript.
GetPostBackEventReference
(options, true));
UI\WebControls\ImageButton.cs (1)
333
string postBackEventReference = page.ClientScript.
GetPostBackEventReference
(options, false);
UI\WebControls\LinkButton.cs (1)
301
postBackEventReference = Page.ClientScript.
GetPostBackEventReference
(options, true);
UI\WebControls\ListControl.cs (1)
528
onChange = Util.MergeScript(onChange, Page.ClientScript.
GetPostBackEventReference
(options, true));
UI\WebControls\TextBox.cs (1)
508
onChange = Util.MergeScript(onChange, page.ClientScript.
GetPostBackEventReference
(options, true));