After create a DataGridView control that bound to a table, I still don't know how to validating the input to the DataGridView. My Datagrid :
ID_no Date Name Age Debet Credit
A001 08/06/06 Eric 25 30
A00209/06/06Daniel 23 55
A00315/08/06Catthy 26 35
I create the DataGridViewwith dragingthe data source, after Iadd connection, dataset, bindingsource and bindingnavigator with the wizard....But now when I input a invalid data, example a invalid date, or input alphabet in column Age, I want my messagebox appear to tell the user that it's a invalid data, rather than the error that displayed by system. Also....when the column debet have a value > 0,I want the user cannot input the column credit. How to make it.....???? please help me....thank's..........