Relod dataGridview thousands of time in minute
i am doing networking project in that i have taken Datagridview to show that from which server to client how many packets are going?if i detect 1st packet from server "yahoo" to "Local Machine" i will make a entry for that,after that if i detect other packet from same server to same client i will update to packet column to 2.now like this hundreds are packets are coming to same server to same machine,so for showing current situation to user i have to reload a data grid view hundreds of time in minute ,this cause a screen flickering in area of data grid ,i want to know that can i load a particular cell only,so don't neet to whole data grid view,or ,is any other way to stop this flickering,thanking you in advance.
|