Update DataGridView when database changes
-
Hi In my windows application i am receiving data's from serial port and storing it in database (SQL2005). I am displaying the data in gridview, currently i am using a button to update and view database. Now what i need is to display updated datas in gridview with out the button thanks in advance
-
Hi In my windows application i am receiving data's from serial port and storing it in database (SQL2005). I am displaying the data in gridview, currently i am using a button to update and view database. Now what i need is to display updated datas in gridview with out the button thanks in advance
-
Hi In my windows application i am receiving data's from serial port and storing it in database (SQL2005). I am displaying the data in gridview, currently i am using a button to update and view database. Now what i need is to display updated datas in gridview with out the button thanks in advance
Though, timer can be one of the option but I would recommed to use Manual Reset Event[^] to it. :rose:
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.