Click or drag to resize
ScriptHelperFixPendingCallbacks Method
Fixes common 'pendingCallbacks' JavaScript error.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void FixPendingCallbacks(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Page to register
See Also