0
votes
1answer
147 views

CAML Query to get Lookup field value

I've written an autohosted-app to show a few data that are in a list. To get the data in the list, I use this piece of code with a CAML Query. using (var clientContext = ...
0
votes
1answer
31 views

How can I create a List with predefined Id in SharePoint Apps?

I'm working on the Apps development for SharePoint 2013. I need a List for my app, so I can do it using visual studio. But I can't find any option to set up an Id for my List. Is it possible? P.S. I ...
0
votes
3answers
194 views

SharePoint-hosted app don't get my lists

I'm developing a SharePoint-hosted app for SharePoint 2013 (in Office365), but I've a problem accessing lists within a SharePoint-hosted app. My code is well printing the lists, but it only show me ...
1
vote
0answers
69 views

Unable to access the SP2013 App from IE but able to access from chrome

I've started working on SP2013 App development. When I'm deploying the app from VS2012, the App is successfully getting deployed. But after Trusting the app, it is showing "Internet cannot display the ...