同一个表,这么负责干什么:
If e.DataCol.Name = "工号" Then Dim dr As DataRow = e.DataRow If dr.IsNull("工号") Then dr("转正时间")= Nothing dr("状态") = "临时" Else dr("转正时间")=dr("转正日期") dr("状态")="正式" End IfEnd If