hi
I have put a DataGridView in my program such that this DataGridView is corresponding to a dataset of one table and this table has a auto-incremented identity column(also,this column is set to be primary key).
This identity column is not visible in DataGridView and when a user fills other cells and clicks "save",NoNullAllowedException occurs.
Why?I want to allow user to just insert data(not another modification)
How can I do?I use C# and SQL server 2008
Cheers