Tagged Questions
0
votes
1answer
156 views
Setting a Lookupfield for current Item in List
my use-case:
I'm trying to implement an event-management system to sharepoint using visual web part(s).
I have two custom lists, one is called "events". Let's say it has a column "Title" which shows ...
1
vote
1answer
245 views
Get SPWeb from SPContext in WCF hosted on SharePoint
I have created and deployed a WCF service in SharePoint and I am sending requests using JQuery. Every thing is working fine except for sub sites.
Lets say I have these two service URLs:
- ...
0
votes
1answer
108 views
Grab list of site collections from SPFarm object
I have a Farm level feature that returns null when I try to access SPContect.Current.Site. Is another way to grab a list of site collections? I have access to SPFarm.Local
0
votes
2answers
381 views
SPContext.Current is sometimes null in code behind of InfoPath
On occasion I find that SPContext.Current returns null in the code behind of my InfoPath forms. This is occuring while I have the form open in a SharePoint 2010 site collection. I can't figure why ...