How to display data into datagridview using multi thread?
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-04-19T14:24:10Z
Indexed on
2010/04/19
14:33 UTC
Read the original article
Hit count: 229
c#
|datagridview
Hi,
I have application where I read/receive data all the time (text) and I need to display this data into datagridview, what is the best way to do that in real time, so the data will be changed all the time.
I thought about multi threading, if this is a good idea can you guide me with link to explain how to implement it.
Thanks
© Stack Overflow or respective owner