!!! Updating data in Datagrid second by second. !!!

R

Rahul Goel

Hi,

I am developing an application which will listen the server at one port and
retrieves new data or the same data for the given parameters the thing, I
want is, I want to update the datagrid without clearing the table and
refilling the new rows in it.

So if the data is in less than the given number the cell's color should be
changed.
I tried to use threading but it is not working as per my aspect.

So Please give me the solution in this perspect.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,
So if the data is in less than the given number the cell's color should be
changed.
I tried to use threading but it is not working as per my aspect.

Did you use Control.Invoke ?
Another possible solution is using a Timer

Not sure how to change the color of a given cell though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top