0
votes
0answers
26 views

GetList with a Library

I'm relatively new to SharePoint 2010 development and I recently rediscovered the DataContext class. Of particular interest right now is the GetList method. I've seen examples and sample code around ...
3
votes
1answer
556 views

Show Ribbon Button on all types of Lists

I want my custom ribbon button to show in all list views. I found this example: How do you create a Ribbon Button custom action that will appear on all kinds of lists However, this also shows the ...
1
vote
2answers
1k views

How to disable new/edit/delete of SharePoint list/library views

In our SharePoint portal we have some custom views defined for list and libraries. I have created the views using list event receiver. Now I need to disable the new/edit/delete views option from ...
1
vote
1answer
76 views

Publishing workflow for pages and lists

We need to create a publishing workflow on all lists and the Pages library in a site. We need the workflow to send an email when a user wants to publish minor or major versions of a publishing page or ...
0
votes
1answer
572 views

SharePoint Designer 2007 Data Source setting some column to be edit-able

May I know what configuration should we set in order for certain column to be edit-able (and some column not edit-able) for a Data Source in a SharePoint Designer 2007? The column that to be set not ...
0
votes
2answers
541 views

Cannot access Libraries after upgrade to SP1

I just installed SP1 & now I am unable to access any library on my site collection. The error I get is as follows: An unexpected error has occurred. Troubleshoot issues with Microsoft ...
0
votes
3answers
869 views

Is attachments possible in Lists

What I came to learn from the documentation is that. Libraries are for storing files, while lists are for records. The thing which I got confused is that, "Tasks" in SharePoint is a list , but at the ...