I have built a form by dragging a dataset over onto the designer, then I got
this BindingNavigator for free. But I found whenever the user clicked either
the "move first" or the "move previous" button right after he/she had clicked
the "+" button without committing the "add new" action, the system throw a
NoNullException error. How do I Cancel this "+" action gracefully please?
TIA
better:
set an autoincrementing column so there is always data, then change the
update to only update if other columns are not blank
create a form that they will use to enter info, then a button that appends
that to the datagrid
--
-John http://www.jmbundy.blogspot.com/
Please rate when your question is answered to help us and others know what
is helpful.
TIA