Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

CEWP pulls info from sharepoint list on site?

  Asked By: Krista Porter         Date: Sep 21, 2006      Category: Sharepoint      Views: 899
 

Is it possible to take javascript and a CEWP, and pull info from a
sharepoint list located on same site? I know I can do it from a
hidden list web part located on same page as CEWP and read info from
it...but now I want to pull it from list not necessarily on same web
part page...but present on site itself. Possible?

This for sharepoint/office 2003 environment.

Tagged:                

 

3 Answers Found

 
Answer #1       Answered By: Kalyan Pujari          Answered On: Sep 21, 2006       

We used AJAX to retrieve the sharepoint  list items using Java Script and CEWP.
Using Ajax, we are calling a sps web  service and pulling the data from the Sharepoint list  item and showing it in a table in the CEWP.

 
Answer #2       Answered By: Damon Garner          Answered On: Sep 21, 2006       

Can you please post a sample code for the same.

 
Answer #3       Answered By: Alisha Holmes          Answered On: Sep 21, 2006       

I too would like to see some sample
code, however simple. As I understand it, AJAX essentially uses XML,
javascript to post and get from server.

Is there a way so no assmebly files are required?

 
Didn't find what you were looking for? Find more on CEWP pulls info from sharepoint list on site? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].