Modify/Update
I want to update or modify the data that is already in Data base. What i need is when i click on Modify it should ask the employee Id to modify and it should display all the other fields. What ever i want to modify among the displayed i will modify and submit to the database

Mohit JainPosted May 25, 2009, 6:24 AM
Hi Dorababu,
You can use the EditItem template to meet your need. As this template let you modify all the columns of a record at one time. You can save that record and then modify the other records. It is easy to use and code.
Hope this help