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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:07:57+00:00 2026-05-26T23:07:57+00:00

I have no idea how to do that, but I think it is possible.

  • 0

I have no idea how to do that, but I think it is possible. What I want to do is show progress of some process (loop) to my view.

I’m using C# ASP.NET MVC3/RAZOR

Code example:

public ActionResult Index()
{
    for (int i = 0; i < 100; i++)
    {
        System.Threading.Thread.Sleep(100); // Simulate...
    }

    return View();
}

And in my view I just want to make simple text like 44/100.

Is it possible, and if it is then what would be the best way of achieving this?

  • 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-26T23:07:58+00:00Added an answer on May 26, 2026 at 11:07 pm

    BNL’s comment above is correct.

    1. Start your task in a different thread using the Task Parallel library. Update task progress within this task.
    2. Write an action method that polls the progress every few seconds using ajax.
    3. Update your UI based on progress.

    How do you keep track of progress?

    1. Create a task identifier in a database (say a table with 2 columns: a guid and a progress value).
    2. Return the task identifier value from the action method.
    3. Send the task identifier in your ajax call so you can tell the server to give you the progress of the specified task.

    And yes, it’s worth repeating: don’t run long tasks in the web server thread. Run a windows service and let it run the tasks for you.

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

Sidebar

Related Questions

I have some idea that it is due to some complex calculation, but i
I don't think this is possible, but thought someone might have a nifty idea
I have no idea what this means. But here is the code that it
I suspect that this has been asked before, but I have no idea what
the basic idea is that you have some class that has a reference type
I am sorry for possible misleading about the title, but I have no idea
Im using LinqDataSource like that: <asp:LinqDataSource ID=LinqDataSource3 runat=server OnSelecting=LinqDataSource3_OnSelecting> </asp:LinqDataSource> And I have ASPxGridView
I have a product idea that requires integration into the Microsoft Office suite. Are
For the last year or so I have followed the idea that if a
I have always gone by the idea that casting should be avoided at all

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.