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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:09:42+00:00 2026-06-01T06:09:42+00:00

I have a web page on which i am applying Ajax enabled update progress

  • 0

I have a web page on which i am applying Ajax enabled update progress bar on submit button.
In this submit button click i am doing some database operations and if operations are
successful then page is server.transfer to another page.

My problem is that i have to implement progress bar on this submit button and page
should redirect to another page. But i am getting page request manager exception on server .transfer.
I can’t use response.redirect due to some security features,Please give me
solution or work around to avoid page request manager exception.

  • 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-01T06:09:44+00:00Added an answer on June 1, 2026 at 6:09 am

    Thanks for your reply ,you have given a good suggestion ,i have also find out a solution for this problem which i want to share ,it worked fine for me.Because my problem is to maintain hidden variables and to server.transfer so i have put my code like this.
    I have put 2 buttons one inside update panel and another outside of update panel so when inside update panel button’s click event will fire then it will do database operations and
    after successful db operations it will call a java script function from server side like this

    protected void btnProceed_Click(object sender, EventArgs e)
        {
         //do your db operations
         //After successful operations call java script
    
          ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "displayNote","   <script language='JavaScript'>onAsyncPostclick();</script>", false);
    

    }

    Java script Code

    <script type="text/javascript" language="javascript">
    //ToDo: Used to call button on which we fire server.transfer
          function onAsyncPostclick() {
          var btnName = $get("<%=btnPostBack.ClientID%>").name;
          __doPostBack(btnName, "");
        }
    </script>
    

    In this JavaScript Code I have put postback call to another button which is outside of update panel and in that button’s click event i am firing server .transfer to new page like this

        //Implemented for button Submit (outside of Update panel) click
        protected void btnSubmit_Click(object sender, EventArgs e)
        {
            Server.Transfer("NewPage.aspx");
        }
    

    In the above way i can call server.transfer on ajax enabled postback click and i saved my code from page request Manager exception .I think its a work around for the problem but it works fine for my requirements.

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

Sidebar

Related Questions

I have a Webforms, AJAX-enabled web page which, when rendering large amounts of data,
I have a web page which loads in two different ways; user can click
I have a web page on which I have a form. This form contains
I have a web page which makes a ajax call and gets jquery code
I have a web page which executes some javascript upon a link click. The
I have a web page which contains a JavaScript variable called myVariable. Within this
I have web page which is passing a querystring parameter to page 2: <a
I have a web page which uses in PHP and a jQuery DataTable to
I have web page in PHP which displays all records in a table. I
I have a web page in which a fair amount of the content is

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.