Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Where is ScriptObjectBuilder?

$
0
0

Hello, 

I am attempting to update AJAX Control Toolkit from v3 to v15. I have some legacy code that relies on ScriptObjectBuilder. More specifically, the code calls ScriptObjectBuilder.GetScriptReferences. 

IEnumerable<ScriptReference> IScriptControl.GetScriptReferences()
{
  foreach (ScriptReference modalReference in ScriptObjectBuilder.GetScriptReferences(typeof(ModalPopupExtender)))
                yield return modalReference;

  // Yields other script references
}

How should I update this code to work with v15? 

Thank you


Viewing all articles
Browse latest Browse all 5678

Trending Articles