表C,DataColChanged事件代码
If e.DataCol.name = "班级" AndAlso e.DataRow.IsNull("班级") = False Then If e.DataTable.Select("年级 = '" & e.DataRow("年级") & "' and 班级 = '" & e.DataRow("班级") & "'").count > 1 Then e.DataRow("班级") = Nothing End IfEnd If