Click here to Skip to main content
15,883,950 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I'm looking for a way to retrieve values from a SharePoint list into a dropdownlist in my asp.net page.

The list called: "testlist"
The column I want to retrieve is "title"

I have the webservice link but I don't know how to use it on my asp.net page (by the way the 2 websites are on a different servers)

I saw some examples but still, I can't figure it out... :/

Thanx
Posted

1 solution

You can use the SharePoint REST interface to read the list data. Look at the MSDN documentation here.

http://msdn.microsoft.com/en-us/library/ff798339.aspx[^]

Note that you still need to make sure that the calling user has access to the SharePoint Site/List.
 
Share this answer
 
Comments
Maciej Los 5-Nov-14 14:59pm    
+5
Manas Bhardwaj 5-Nov-14 15:01pm    
thx :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900