Problem in Database App

Feb 12 2010 7:05 PM

i have problem in simple database app
i have productsBindingNavigator , productsBindingSource and productsDataGridView
the problem is when i click add button twice in BindingNavigator the NoNullAllowException arise i handled it DataError Event but the Exception arise in this line of code
[code]
Application.Run(new Form1());
[code/] 

Answers (1)