Hello,
I am building a windows application. I know how to load the data manually using dataadapter and dataset. I was wondering if there is a way to synchronize an sql server table with a datagridview. When someone updates the database, the content of the dataview should be automatically refreshed in my form.
Is it possible to have the datagrid updated automatically without triggering the manual update every ‘n’ seconds?
Thank you for you time,
Dent
I am building a windows application. I know how to load the data manually using dataadapter and dataset. I was wondering if there is a way to synchronize an sql server table with a datagridview. When someone updates the database, the content of the dataview should be automatically refreshed in my form.
Is it possible to have the datagrid updated automatically without triggering the manual update every ‘n’ seconds?
Thank you for you time,
Dent