C# insert.....Please help
I have done quite a few VB database applications, but have never done any C# database applications. The one I am working on is my first one, but I am really stuck on it.
I have done tutorials about how to display my databse data in a datagrid, and I have got that part working 100%, but how do I update that data if I change anythin gin the grid, or my desired method, how can I add a new record into the database.
Any websites with help on this issue will be greatly appreciated, or any help you have to offer.
Thanx a million.
Rykie
Vithal WadjePosted Dec 20, 2012, 1:32 AM
and compare those code and understand it. you will get easiy to become fammilier with C#
arjunPosted Dec 19, 2012, 4:10 AM
use datagridview cellEditEnd event.....
in that get current cell value from datagridview cell and pass them into update command.
then record updated when u edited in datagrid
AdministratorPosted Mar 26, 2003, 2:32 AM