المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Windows Form GridView



C# Programming
11-16-2009, 08:20 AM
Hello,
I'm working on Windows application c#
i have form1 which contain data gridview to view the content of table from sql database.
i've enabled edit, delete in the gridview, and then i've added two queries one for update and the other for delete through MyDataSet1.xsd page.
now after updating and/or deleting any record i wanna click on a button to confirm user that the operation done. but i don't know how to save updating or deleting!!

any help guys?