2
votes
5answers
1k views

How to access List from Sub Site in SharePoint 2010

I have created a Site Named Application Test. In this site i again Create a Sub site Named Sub Application I add in site url "http://SP2010:2222/" in Visual Studio Project Project Scope is Site Now i ...
0
votes
1answer
105 views

removing then setting custom permissions for a list

I have been looking around for few days, but couldn't really figure out, how I will be able to do this. what I am doing is removing all permissions of a given list using following code, using ...
1
vote
1answer
126 views

Add list (from external sharePoint site) in web part

I'm using SharePoint 2007. I need to web-part, in this web part I want to add list' this list is placed in external sharePoint site.
1
vote
2answers
445 views

Get List of Items in SharePoint List

I am trying to get a list of items that are contained inside a sharepoint list. When I use the code below I get an error [ArgumentException: Value does not fall within the expected range.] ...