datagridview problem
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using dataset to bind to a datagridview. Data set have Id,Name,Date,UserID ,UserName columns. The datagridview I have column autogenerate property false and added ID,Name,UserName columns added at design time. Now question is, when I add a new row in datagridview, after entering value for Name column, when i hit Enter Key, it shows me error that UserID can not be null. Could some one give me idea how to populate UserID value if its not displayed on the datagridview. Please guide me how to solve above problem. Thanks in advance. Obalesu