I have to fetch data using javascript client object model and for that i have to use Sharepoint Designer 2010 only i have searched on google and there i got solution only by adding code in visual web part. So can any tell me how i can use javascript client object mode to retrieve data in sharepoint designer 2010?
|
Here take a look at this. I completely deleted my original answer. Now below make sure in your script type that it is just like below.
Make sure you have the libraries loaded. Look here http://msdn.microsoft.com/en-us/library/ee535709.aspx http://msdn.microsoft.com/en-us/library/hh185009.aspx First link is how to setup your application page the second link is how to perform a simple list lookup function. |
|||||||||||
|
|
Think of the visual web part as a container. You can implement this code in a couple different ways using only SPD:
|
|||||||
|
