Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
How to use the WebProgressBar on a ASP.NET page programmatically
posted

How can the WebProgressBar be used to display a progressive value of an index?

I have tried setting the wpb value inside an index loop but the ASP page never updates. The wpb control resides on an Ajax UpdatePanel.

Any suggestions?

 

Parents
No Data
Reply
  • 14517
    Offline posted

    I have put together a sample to show how to update the WebProgressBar from either the client or the server. Please review to see if this meets your criteria. Otherwise, please provide me with the following details:

    Please explain what index you are talking about. Is this in reference to databinding to the Grid or are you trying to implement some other logic?

    Can you provide me with more information on what index is and what you what to achieve with the WebProgressBar.

    Please let me know if you have any questions.

    Thanks,

    Valerie

     

    UPIndex.zip
Children