DataGridView Help!

dbodenheimer

New member
Joined
Jan 5, 2010
Messages
2
Programming Experience
10+
I'm new to VB.net 2008 and I'm trying to use a DataGridView Control to Add/Edit/Delete records in a simple database table. I used the wizard to create the datagridview and it created a dataset a bindingsource and a tableadaptor.

When i run my project, data that is in the database table is displayed correctly, but I can't add/edit/delete.

What events/actions do I need to perform to add these capabilities?
 
Back
Top