1
Answer

Problem in Database App


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)