Hello,
I have a question about the BindingNavigator "+" Add New item button. I am using
VB VS2005 with SQL Server 2005.
You can double click this button and create a new Sub for the click event. When you do this, the default code that the "+" button runs (presumably a datatable newrow() method) is not visible. Question, if you place code in the newly created Sub, does the default code run first, not at all, or something else?
Thank You for your help