I want to update the value of a specific field for the last listitem in a sharepoint list using client object model. I have created a visual webpart and would be calling a webmethod that would update the last listitem in the specified list with the value passed from ascx(design) page.
Thanks in advance