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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:35:21+00:00 2026-05-28T04:35:21+00:00

hi i am using update panel in my project, one page i have file

  • 0

hi i am using update panel in my project, one page i have file upload control is there, so save the page file upload is not working that time i used post back trigger control (id is button id) now my problem is progress bar is not working , please give me any suggestion. my code is

<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
        </asp:ToolkitScriptManager>
        <asp:UpdatePanel ID="up1" runat="server">
            <Triggers>
          <asp:PostBackTrigger ControlID="IBtnSave" />
          <asp:PostBackTrigger ControlID="ddlAgent" />
          <asp:PostBackTrigger ControlID="btnSelectCity" />
          <asp:PostBackTrigger ControlID="imgBtnAgent" />
          <asp:PostBackTrigger ControlID="ImgBtnCancel" />
         </Triggers>

progress bar code is

</asp:UpdatePanel>
    <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="up1"
        DynamicLayout="true">
        <ProgressTemplate>
               <div id="Progressbar" class="Progressbar" align="center" valign="middle" runat="server">
                <asp:Image ID="Image1" Width="75" Height="95" runat="server" ImageUrl="~/images/animation_processing.gif" />
            </div>
        </ProgressTemplate>
    </asp:UpdateProgress>

how to solve that problem, please give me any suggestion

Thank u
hemanth

  • 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-28T04:35:21+00:00Added an answer on May 28, 2026 at 4:35 am

    i can find out the answer it is working
    just write the java script like this

    <script type="text/javascript">
        var updateProgress = null;
    
        function postbackButtonClick() {
            updateProgress = $find("<%= UpdateProgress1.ClientID %>");
            window.setTimeout("updateProgress.set_visible(true)", updateProgress.get_displayAfter());
            return true;
        }
    </script>
    

    after that

    <asp:UpdatePanel runat="server">
            <Triggers>
                <asp:PostBackTrigger ControlID="IBtnSave" />
            </Triggers>
    

    button onclick event just call that function like this

    <asp:Button ID="IBtnSave" runat="server" Text="Save" CssClass="art-button" 
                                                ClientIDMode="Static" onclick="IBtnSave_Click" OnClientClick="return postbackButtonClick();"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using an update panel to have part of my page update asynchronously. Its
I have an update panel within a div that I modal using the JQuery
I'm using an Ajax update panel and have recently added ASP.NET tracing code to
I've got an asp.net web form, there is an update panel that contains a
I'm using jquery uniform on one of the project I'm working on. Since this
I am using two update panel..in nested way.. can i use like this and
I want to recreate the the update panel postback without using an update panel
my friend mentioned to me that since i was only using update panels on
I'm using the AjaxToolkit in asp.net project c# code. I have a script managet
i am using codeigniter 2.1.0 and mysql database. in my admin panel i have

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.