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

  • Thread starter Thread starter Rahul Goel
  • Start date Start date
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.
 
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.
 
Back
Top