Hello,
I wish to bind the GridView to a sql server datasource and I wish that when I update the table in the database, the GridView will automatically update the rows values. I want to achieve this without reloading the datasouce of the gridview.
Now I get the values from the datasource into a datatable and then set the datatable as the source of the GridView so there is no direct connection between the database and the GridView. Is there a way to give the GridView a "SELECT statement" and it will autocheck for changes?
Thank you
I wish to bind the GridView to a sql server datasource and I wish that when I update the table in the database, the GridView will automatically update the rows values. I want to achieve this without reloading the datasouce of the gridview.
Now I get the values from the datasource into a datatable and then set the datatable as the source of the GridView so there is no direct connection between the database and the GridView. Is there a way to give the GridView a "SELECT statement" and it will autocheck for changes?
Thank you