views:

18

answers:

0

I've created a database (which contain some tables) in SQL Server 2005. In the Server Explorer of Visual Studio 2010 I have connection with this database. And I've added to form DataGridView object. In the DataGridView Task I've chosen the Data Source.

Visual Studio screenshot:

http://img221.imageshack.us/img221/8573/snapshot4c.png

alt text

Can you tell me how to update data (in this table for example) direct in table. How write (or use constructor for configure) binding?

related questions