Hi All, I am developing a window form where in my form, i have 3 buttons, insert, delete and update, a SAVE menutoolstripbutton and a datagrid to display the data get from database.
now I want is for example whenever a user want to insert a new data (click the insert button), the new data will be display at datagrid but actually at the background the new data haven't inserted into the database. The data only will be inserted into database when the user click the SAVE menutoolstripbutton.
I want my application to be like this but I have no idea how I gonna do this...
Does anyone know and help me with this??
Thanks very much!!