You need to sign in to do that
Don't have an account?

save button in visualforce(URGENT)
Hi All, I have created a list of all contacts in a vf page and an edit and save button beside each name in the list, Can someone please help me out with the class (WITHOUT STANDARD CONTROLLER) for edit and save, such that once i click EDIT, only that particular contact in the list should be editable, and once i click SAVE, only that contact should be updated. Thanks, Dave
Hi,
Try the below code as reference:
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
Not tried the code yet, but does this open all the particular contact's fields as textbox (together) , when you click edit ?
Thanks
Rajat.
Hi,
I did try out the code this time, thanks very much, it provides what i had asked for.
I appreciate the help.
Just wanted to know one thing,
When i click the SaveAll button, after editing more than one record, i get the last modified date and time changed to my user's name for all records, even if some are not edited.
Could you please help me with this ?
Regards
Rajat.