Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 631265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:56:45+00:00 2026-05-13T19:56:45+00:00

I have a SharePoint app that is configured correctly in the web.config for ASP.NET

  • 0

I have a SharePoint app that is configured correctly in the web.config for ASP.NET AJAX, but when I try to use the Sys class it says it’s undefined. I have installed SP2 and know that AJAX is enabled because update panels work correctly. ScriptManager is being loaded to the page. I have a script link to register the external JS file and have confirmed that the URL is correct. But I am using _spBodyOnLoadFunctionNames.push(functionName()) to call the function that throws the error. Any help on this is greatly appreciated since all I come up with on google is how to integrate AJAX into SharePoint.

JavaScript

_spBodyOnLoadFunctionNames.push(InitializeDynamicLoadingPanel());

function InitializeDynamicLoadingPanel() {
    modalLayerID = '';
    prm = Sys.WebForms.PageRequestManager.getInstance();
    IsAsyncPostBack = prm.get_isInAsyncPostBack();
    if (!IsAsyncPostBack) {
        prm.add_initializeRequest(InitializeRequestHandler);
        prm.add_beginRequest(BeginRequestHandler);
        prm.add_pageLoading(PageLoadingHandler);
        prm.add_pageLoaded(PageLoadedHandler);
        prm.add_endRequest(EndRequestHandler);
    }
}  

C#

ScriptLink.Register(page, "dynamicLoadingPanel.js", false);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T19:56:45+00:00Added an answer on May 13, 2026 at 7:56 pm

    Change the first line to:

    _spBodyOnLoadFunctionNames.push("InitializeDynamicLoadingPanel");
    

    Your current code is basically telling it to push the result of the InitializeDynamicLoadingPanel function, which is forcing the function to execute immediately, before the ScriptManager scripts have been embedded.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a SharePoint web part (essentially just a Hello World app) that I
I have a SharePoint web app that has SSL enabled and a desktop application
I have an asp.net 2.0 web application that will run on the same web
We have several sites that use Forms Based authentication (FBA) within SharePoint. Many of
I'm considering publishing an an ASP.NET MVC 3 app under a SharePoint 2010 application
I have a C#/.Net app that is essentially a thick client data collection app.
I have a small app which query our SharePoint server' Web Service interface for
I'm trying to build an app for SharePoint in C# that will have a
We have one web application (sharepoint) that collects information from disparate sources. We would
I have a sharepoint page that loads six webparts, each one of them consumes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.