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

مشاهدة النسخة كاملة : Datagridview Insert



C# Programming
02-24-2010, 08:31 PM
Hi ppl,

I have a datagridview(dgv) on my winform with editable rows. The dgv is not bound to any datasource. I want to programatically capture the data inserted into these rows and store it to the database table. How to do this?

Pls suggest .

Thanks,