Tagged Questions

0
votes
0answers
21 views

Custom web service context issue

hi All, I have created a custom web service and deployed it to _layouts folder. it seems like SPContext.Current.Web.Url always return the root web url no matter when the web service is calling from. …
1
vote
0answers
78 views

SPContext in Event Receiver (PortalSiteMapProvider)

I'm trying to write an event receiver which uses the PortalSiteMapProvider. Without having HTTPContext or SPContext INSIDE the event receiver, how would one go about accessing the …
1
vote
4answers
1k views

SharePoint SPContext.List in a custom application page

I have a custom SharePoint application page deployed to the _layouts folder. It's a custom "new form" for a custom content type. During my interactions with this page, I will need to add an item to …