JavaScript - How can we link sharepoint 2010 XsltListViewWebPart and ContentEditorWebPart.
Asked By Rahul Khanna on 28-Jun-14 04:38 AM
Hi all,
I am displaying sharepoint 2010 list data in XsltListViewWebPart. Now I want to select particular row
from XsltListViewWebPart and want display it contents inside ContentEditorWebPart(in the textbox control) and want do further operation like Update and Delete Item from this ContentEditorWebPart using Jquery. How can I do this any help?