Posted by pjSoni on 02/07/06 11:14
Hi,
There are 2 ways 2 do this.
First of all make listing scrren which display all records in page than
do 1 of the following
1. If you need all the records editable at same time.
Make edit button or link when you click on that it should display all
there records with text boxes and bottom of the page save button
displayed when you click all the records will be updated.
2. If you need only 1 records editable.
Make edit link in each row when you click on single records edit link
it should reload and only clicked recod should hold textboxes in only
single row not for all records.
When click on link after updating than it should updated in db.
As per my understanding about you requirement above are good solutions.
Regards,
Jatin
[Back to original message]
|