Hello,
I have an issue that i want to get a specific item on behalf of CAML query from a sharepoint folder that resides in a list.
Means I have a list(Emp) and in list I have a folder named test, and i want to get a specific Item from folder with help of Caml query.
I am using C# code for this….
I am getting whole column not a single item as i want on the basis of ID.
Help Me Out.
“Happy Coding”
If you are developing office clients or any other application that will not run on the server where SharePoint is installed you will need to use the SharePoint Web Services to retrieve (or update) information from SharePoint. If you want to query a list you will need to execute the getlistitems method from the lists.asmx SharePoint web service.
Working with the SharePoint web services is different in Visual Studio 2005 then in Visual Studio 2008.