What should I do to achieve the result

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ahzid
    New Member
    • Feb 2010
    • 1

    What should I do to achieve the result

    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 !!!
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    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

    Working...