Add New row in DataGridView C#

Mar 13 2013 4:21 AM
Hello,

    I am add DataGridView in c# application form using wizard the database table contains columns primary key with autonumber integer value. when allow add new record in datagrid and used code below to save datagridview to DB the update not applied ok.


    empAdapter.update(dataset.emp);


  Can You help me.

Thank You

Answers (1)