sharepoint2010

SiteCollection and Search Isolation

Assuming 1 Web Application with multiple site collections, is it possible to configure search to isolate search results to each site collection? I only want results that pertain to the site collection from where the search is being conducted. ...

Searching via Tags in SharePoint 2010

Is it possible to search on Tags within SharePoint 2010? I know you can refine your search based on Tag (Search for a keyword, then filter by Tags) and you can use the "Tag Cloud", but that doesnt let you search by more then one Tag. How would I for instance, search for some documents that I have tagged as "Technical" and "Internal", an...

SharePoint 2010 Claims Provider issue

I downloaded the code - SharePoint 2010 Claims Provider Sample from: http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=odcsp14ta&ReleaseId=4375 All seems to work fine except for when i select a claim from the people picker and click on the Ok button all i hear is an error beep and select users textbox does not...

How can I restrict file types in SharePoint 2010, Any Tutorial

hi, I would need to restrict some file types in sharepoint 2010 like rft's etc. how can i do that? ...

Remove/disable Modal Dialog

Is there a way to remove the modal dialog from SharePoint 2010? ...

Why is a user's display name no longer displayed at the top right of the page?

For a certain Sharepoint 2010 site I have, all our users are Active Directory Users. For some of the users, when they log onto the site, it doesn't show their display name (Fistname and Surname) but rather the domain and username. For other users is fine. Does anyone know whay it would do this? ...

URL Behavior - Custom Web Service SharePoint

I am working on a Visual WebPart, where I need to consume a Custom Web Service. I have a added a WebReference to the service which seems to be working fine. Issue here is that if I am changing URL Behavior of service reference to Dynamic, its not adding any configuration entries or updating Reference.cs to retrieve URL from configurati...

upgrading SharePoint 2007 master page to SharePoint 2010

I am getting ready to upgrade a SharePoint 2007 Master page to a SharePoint 2010 master page. Does anyone have any experience doing this? I could use some suggestions on how to finish the upgrade smoothly. Thanks ...

How do i setup live id integration with sharepoint 2010?

Is there a way to configure sharepoint 2010 to allow live id user to be logged in. Does it have to be https? And how do I allow all live id users? ...

SharePoint 2010 Fulltext query problem

I am trying to get all users in a department from User Profiles using FullText Search. I have used the following query: SELECT AccountName FROM scope() WHERE ( ("SCOPE" = 'People') ) and (department = 'HR') I am getting empty result set for this. But, the following query returns results for all records which contains the text 'HR':...

How can output cache be enabled in SharePoint Foundation?

I am using SharePoint Foundation 2010 and would like to enable output caching for certain pages, or maybe the whole site. On SharePoint Server you have a mechanism to enable page output caching across the site collection (it is actually ASP.NET output cache under the hood). On SPF you don't get that feature - fair enough. So how can I e...

SharePoint 2010 REST service: Getting a users quicklinks

On a standard SP 2010 server, I want to get the currents users quicklinks using REST. I've tried calls such as http://localhost/my/_vti_bin/listdata.svc/QuickLinks without success (404 Not Found). I have the feeling that the quicklinks aren't stored in the users mysite but somewhere else. Does anybody know how to retrieve the current ...

Sharepoint 2010 role-based calendar?

I am an experienced developer, but new to SP. I have a calendar that only certain users can add/edit/delete events to, but each user should only be allowed to add/edit/delete their own content. I've created my own list of Categories in the "Category" list on my site. At the most primitive level, I'd like to modify the add and edit forms ...

Sharepoint 2010: Can't create a folder in a custom list

Hi, I'm trying to create folders in a set of custom lists I've created. However, when I try to do this, the New Folder button in the Ribbon is disabled. I read up on the matter; and this lead me to look to enable folder creation in List Settings -> Advance Settings. However, there doesn't seem to be an option to enable folder creation o...

Remote deploy WSP Files to SharePoint 2010?

I create some WSP Files on a build server every night and would like to automatically deploy them to a QA Environment. In SharePoint 2007, there was no way to remote deploy WSP Files except for ugly psexec-workarounds. Has this improved with SharePoint 2010? Can I utilize the PowerShell stuff somehow? My build server is not Part of th...

Modal Dialog - SharePoint 2010

I am currently working on creating a ModalPopUp for SharePoint Web Part. I am facing compatibility issues with ModalPopupExtender (with IFrame). What are the other options available in SharePoint 2010 or ASP.NET for getting a Modal Popup? Note: I have tried ModalPopupExtender and OpenModalDialog. ...

How to hide unwanted columns from getting displayed in a Datagrid view from Sharepoint 2010 using C sharp?

I am getting all the fields(columns) from a document library in Sharepoint 2010 wherein only 5 columns are visible in sharepoint 2010 UI but while getting it programmatically i am getting 24 columns in a datagridview even after puttin a check that if fields are hidden then do not display them. Is there any way to get those only fields w...

How to get Co-Authoring in share point working?

I have a document within SharePoint document library. I have enabled document versioning at the document library level and also users need not check out a document for editing (default setting) I am assuming that these are the only two relevant settings for enabling co-authoring. Now, whenever user 2 tries to open a document that is alr...

Appropriate MSDN Subscription

I am looking for advice on the most appropriate MSDN license (without overpaying) for the following development team. We are essentially a (3-5 developers) SharePoint/.Net development team that will be developing to SharePoint 2010. We also want to integrate with Team Foundation Server so any advice on the appropriate license for that ...

Anyone have success setting up SharePoint 2010 with Sql Server 2008 on separate boxes?

I am setting up SharePoint 2010 on one machine with SQL Server on a separate box to server as both the data store and serve reporting services (through SSRS/SP Integration). In the past, I would install the WSS 3.0 for SharePoint 2007 on the SQL Server Box. It appears that there is no existing option for SP 2010. Am I missing somethin...