i_microsoft

i_microsoft


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • C# Tutorial - Binding a DataGridView to a Database
    02/27/2010 - 18:09

    I have tried out the above code. It does display the data from database to datagridview. But it didn't update the changes made in datagrdiview to database.

    So, I made a Primary key in my database and my database was successfully updated via datgridview.

    My question is:

    Is it possible to update database via datagridview without using Primary key?