I have about 2500 rows 10 cols in my grid.
I want the grid to update (without loading all data from scratch) when I update, insert or delete a row in the database.
How do I solv this the best way? I prefere a webservice solution (so I also can use the solution in Silverlight). But if that is not possible direct connect to DB is ok (using SQL2008 Express),
I don't need sorting or grouping the data in Grid. (but could be handy in other projects...)
Any C# is welcome. Thanks!
I want the grid to update (without loading all data from scratch) when I update, insert or delete a row in the database.
How do I solv this the best way? I prefere a webservice solution (so I also can use the solution in Silverlight). But if that is not possible direct connect to DB is ok (using SQL2008 Express),
I don't need sorting or grouping the data in Grid. (but could be handy in other projects...)
Any C# is welcome. Thanks!