Dim tb As Table = tables("档案管理")
if tb.Current isnot nothing Dim dr As DataRow = tb.Current.datarow dr("档号") = e.Form.Controls("TextBox_档案号").value tb.datatable.save()
end if