A
ad
I use GridView to edit the columns form two table.
The select command is select data from to table like:
Select A.StudentName, A.Weight, B.Height wher A.PID=B.PID
After I edit A.Weight and B.Height, How can I write the change back to A
table and B table?
The select command is select data from to table like:
Select A.StudentName, A.Weight, B.Height wher A.PID=B.PID
After I edit A.Weight and B.Height, How can I write the change back to A
table and B table?