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

  • Home
  • SEARCH
  • 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 5996979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:11:53+00:00 2026-05-23T00:11:53+00:00

I have a DataGridView on a winform. I am dynamically adding DatagridViewButtonColumn in the

  • 0

I have a DataGridView on a winform. I am dynamically adding DatagridViewButtonColumn in the load method of form with button name as btnAction and text displayed on it as “Process”.

So, every row in the grid would have this Process button in the last column.

On click event of this button, I am using a BackgroundWorker to call a method which does some calculations. Once the calculations are over, I need to update that clicked button’s text as “Processed” in that row in the grid. Now, how do i handle this scenario?–>
The user clicks on multiple Process buttons and I need to trigger calculations for all the corresponding rows in the grid.Can it be handled using BackgroundWorker or I need to use threading here?

Please assist with code snippet if possible.

  • 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-23T00:11:54+00:00Added an answer on May 23, 2026 at 12:11 am

    The short answer is that the same BackgroundWorker cannot be called again while it is running. If you do that you will get an error:

    This BackgroundWorker is currently
    busy and cannot run multiple tasks
    concurrently.

    This issue has been discussed here on StackOverflow: This BackgroundWorker is currently busy and cannot run multiple tasks concurrently

    What you need to do is either create a new background worker for each button or queue your background worker requests. There is a queued background worker implementation here.

    Whichever way you go you will need to be careful that the code you write is all threadsafe.

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

Sidebar

Related Questions

Some data is displayed in a datagridview (Winform). I have a requirement to mail
I have a DataGridView that I want to query using Linq (C# WinForm). I
I have a winform in vs2008 that contains a DataGridView. The datagrid contains a
I have a DataGridView binded to this table: [Users] ID Name -- ---- 11
I have datagridview on my winform. I am displaying records in the datagridview. Now
Some event handlers for the WinForm DataGridView have DataGridViewCellEventArgs as a parameter and a
This is a C# Winform question. I have a DataGridView which is bounded to
This is a Winform C# question. I have a customized datagridview which is bound
I have a winform datagridview and it forces the user to select by rows
I have following code for 3 DataGridView Controls in my VB.NET winform application. How

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.