Database Table Update in a DataGridView without Writing Code

Posted on C# Corner See other posts from C# Corner
Published on 3/31/2010 12:31:35 AM Indexed on 2010/04/09 15:34 UTC
Read the original article Hit count: 233

Filed under:
The Visual Studio IDE can generate a simple program that shows a Database Table in a DataGridView and that supports editing and saving the data, all with little or no code. This article shows how.

© C# Corner or respective owner