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 8069757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T13:09:54+00:00 2026-06-05T13:09:54+00:00

I have a master page ,A page(aspx) and A control(ascx) error messages I am

  • 0

I have a master page ,A page(aspx) and A control(ascx)

error messages

I am getting three errors on the page.

1. Sys.Application is undefined
at this line (function() {var fn = function() {$get...);})();Sys.Application.initialize(); 
2. Sys.Application is undefined
[Break On This Error] (function() {var fn = function() {$get...};Sys.Application.add_load(fn);})(); 
3.Sys.WebForms is undefined
[Break On This Error] var prm = Sys.WebForms.PageRequestManager.getInstance(); 

I have pasted the code relavent to the the error message.

Code in the Control ——–

jQuery.noConflict();
    jQuery(document).ready(function () {
        BlockUI("<%=pnlAddEdit.ClientID %>");
        jQuery.blockUI.defaults.css = {};
    });
    function BlockUI(elementID) {
        var prm = Sys.WebForms.PageRequestManager.getInstance(); //error at this line
        prm.add_beginRequest(function () {
            jQuery("#" + elementID).block({ message: '<table  align = "center" border=1><tr><td>' +
     '<img src="images/loadingAnim.gif"/></td></tr></table>',
                css: {},
                overlayCSS: { backgroundColor: '#f1f1f1', opacity: 12.2
                }
            });
        });
        prm.add_endRequest(function () {
            jQuery("#" + elementID).unblock();
        });
    }

Code in the master page ————

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>

Code in Aspx page ———–

<%@ Register     Assembly="AjaxControlToolkit"     Namespace="AjaxControlToolkit"     TagPrefix="asp" %> 

How can I resolve this. I have no Idea. please help.

  • 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-06-05T13:09:56+00:00Added an answer on June 5, 2026 at 1:09 pm

    This error is come because you do not have include the asp:ScriptManager on your page, or you call this function before this ScriptManager load their script.

    So if you have inlcude the asp:ScriptManager on your page, the second think that you can do is to call them after the page have been loaded (on PageLoad).

    The better place to add your script manager call is on the master page.

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

Sidebar

Related Questions

my structure is like this: master page aspx(web form) ascx(user control) I have a
I have a master page called SampleMaster.master and this page contains a Repeater control
In my web application I have a master aspx page in that i have
I have LogOn.ascx control which is located on master page site.master: <% Html.RenderPartial(LogOn); %>
I have to find a Control in an aspx page bound to a master
In my .aspx page which derives from a master page I have a contact
Say I have a web site with a master page and an aspx page.
I have two pages that inherit from one master page, First.aspx or second.aspx. Navigation
I have an ASPX Page: <%@ Page Language=C# MasterPageFile=~/site.Master AutoEventWireup=true CodeBehind=Default.aspx.cs Inherits=myProject.Presentation.Web.Default src=Default.aspx.cs %>
I have one master page which applies to all pages in this website. On

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.