WARDY IT SolutionsSQL Server BlogBindingNavigator + Validation = Grief- August 10, 2008 I received a rather nasty shock to discover that you can't use the BindingNavigator Validating event to stop navigating to the next, previous, first or last record in a DataSource if there are validation errors on your Form. If you are using a DataGridView then set e.Cancel to true in the DataGridView's RowValidating event: private void form1Form_Load(object sender, EventArgs e) this.jobTableAdapter.Fill(this.hermesDataSet.Job); form1DataSet.Job.ColumnChanging...http://wardyit.com/blog/michaelodeajones/archive/2008/08/10/bindingnavigator-validation-gr... SQL Server 2008 has been Released- August 7, 2008 SQL Server 2008 has been released to Manufacture (RTM). It is now available for download from MSDN and TechNet.http://wardyit.com/blog/blog/archive/2008/08/07/sql-server-2008-has-been-released.aspx |