Updating From An Unbound DataGridView

jakech

New member
Joined
Feb 7, 2007
Messages
1
Programming Experience
1-3
nothing really bugs me more than using an unbound datagrid to insert new records to the database
i need a code that does not use a wizard(binding) so that i insert, update or delete records using a datagridview.
Please help
 
nothing really bugs me more than using an unbound datagrid to insert new records to the database
i need a code that does not use a wizard(binding) so that i insert, update or delete records using a datagridview.
Please help

this is a rahter confused post.. datagridviews dont insert data, they just show it. further, the concept of a wizard is nothing to do with binding.. can you be more specific about what it is that you want to achieve?
 
Back
Top