1 implementation of GetPostBackEventReference
System.Web.Extensions (1)
UI\ClientScriptManagerWrapper.cs (1)
30string IClientScriptManager.GetPostBackEventReference(PostBackOptions options) {
2 references to GetPostBackEventReference
System.Web.Extensions (2)
UI\ScriptManager.cs (1)
1312IPage.ClientScript.GetPostBackEventReference(new PostBackOptions(this, null, null, false, false, false, false, true, null));
UI\Timer.cs (1)
184IPage.ClientScript.GetPostBackEventReference(new PostBackOptions(this, String.Empty));