DataGridview data to Database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Limno
    New Member
    • Apr 2008
    • 92

    DataGridview data to Database

    Can anyone suggest me how to pass datagridview data to database.

    Process must be like this, if the user enter multiple data into the datagridview after user press "save" button, datagridview data must be passed to database. Need C# code in windows application. It should have some comboxbox control in datagridview.

    Thanks in Advance.
  • PRR
    Recognized Expert Contributor
    • Dec 2007
    • 750

    #2
    Look into DataAdapter.Upd ate Method

    Comment

    Working...