IntroductionIn this article you will see how to get and set the list item value in SharePoint 2010 using ECMAScript. I have a custom list named "Custom" which has the following items.I have two columns "SampleOne" and "SampleTwo". I need to get the "SampleOne" field value and set the same to the "SampleTwo" field using ECMAScript.Steps Involved
ReferenceSP.ListItem.item Property - http://msdn.microsoft.com/en-us/library/ee549053.aspxSummaryThus in this article you have seen how to get and set the list item value in SharePoint 2010 using ECMAScript.