I have two grids displaying records of employees like name, job no, and position . Now I have to swap their jobs from Emp A to Emp B which is from one grid to other. I don have any idea to do this . I am new in programming !!!
What should I do to achieve the result
Collapse
X
-
If the data from the grids is from a database, then you have to update the database:
Database How-to parts 1 and 2
Database tutorial Part 1
Database tutorial Part 2
Comment