sharepoint2010

Sharepoint 2010 - Where do I put my CSS, how do I link to it from the master page?

I have installed sharepoint 2010 on a single machine in farm mode pointing to a db on another server. I would like to start dabbling into branding the site by doing something that I initially thought to be trivially straightforward, link to a custom CSS from a SharePoint 2010 master page. I have uploaded a custom css (Let's call it cu...

Enabling anonymous access in SharePoint 2010 not working

CENTRAL ADMIN I have created a web application using claims based authentication. I have allowed anonymous access on the default zone. Anonymous policy is set to none in central admin for the default zone. I have added no additional users in 'User Policy'. SITE COLLECTION LEVEL Site settings -> Site Permissions -> Anonymous Access ->...

SharePoint 2010 list view style

Hi, In SharePoint 2010 for XSLT List View Web Part you can assign different styles using SharePoint Designer. For example "Basic Table", "Boxed" or "Shaded" etc. These styles just don't fit my needs. So my question is how can I create my own View Style which I can apply to any list? I came across "Customize XSLT > Customize Entire V...

How to create sharepoint 2010 site programmatically based on site template

Hello all, iam new to sharepoint my requirement is, we are developing a business intelligence dash board using pps with some custom reports built on it. I need to replicate this site to create n no of subites based on this bi dash board site. So iam planning to make this site as a site template and trying to create the site programmati...

Sharepoint 2010 - How to apply custom master page and theme to all subsites?

I have created a sharepoint web site let's call it portal so we get the url: http://mydevserver/sites/portal/ I have put a lot of effort into creating a custom master page on the above website and also uploaded resources (CSS, images) to the site assets directory that the new master page references and also tweaked the theme. I ha...

Can SharePoint 2010 Word Automation Services worker process have a frequency of less than 1 minute?

I'm considering using the Word Automation Services feature of SharePoint 2010 for a project. I will be converting single documents and my users will be waiting on the conversion so it needs to be as close to realtime as possible. The worse case of my users having to wait 1 minute before their document conversion is even started by the ...

Exporting and deploying sharepoint list definition between servers

I have created a list in sharepoint 2010 and want to somehow export the list definition for use in a feature in visual studio 2010. The reason is so that I can package it and deploy it to another server. Is this the right approach to deploying existing sharepoint artefacts to a different server? ...

Installing Sharepoint 2010 Foundation on Windows 2008 Server Web Edition

Is it possible to install Sharepoint 2010 Foundation on Windows 2008 Server Web Edition? ...

Silverlight control in VisualWebPart loads to 100% and not apear

I have silverlight control in VisualWebPart (Sharepoint 2010) and when I add my webpart to Sharepoint site control loads to 100% (loading animation sill runs) and not apear. Same Silverlight app works in SilverlightWebPart but i need to use VisualWebPart/WebPart. this is what i add to empty VisualWebPart: <object data="data:application...

Attaching a process to an Event Handler in Visual Studio 2010 for Sharepoint 2010 site

Hi Guys, I've written an event handler for sharepoint 2010 site using visual studio 2010 . I had attached a breakpoint to the code and followed the process which i had done in visual studio 2008. It is to use the Attach to process option and select the w3wp option. The event gets attached but the breakpoint is not firing. I ve check...

Sharepoint 2010 server licenses

I have a question regarding Sharepoint 2010 server licenses, The site I'm trying to set up will be using formed based authentication and validating users through a database that will be running on SQL server, so no ActiveDirectory users. I'm hoping to register 1 URL, and have users visit the site to get the public content, the site wi...

Validating special column types in SharePoint 2010

How do I validate special column types, e.g. phone, e-mail etc in SharePoint 2010? I guess I could use an ASP.NET RegularExpressionValidator but surely there must be a simpler way? ...

How to hide the list ribbon in XSLT List Web part in SharePoint 2010?

Hi, In SharePoint 2010, I have a custom list "Clients" on a site. On the home page of the site, I have added a Clients List Web Part. When I access the home page in a browser and click anywhere in that list, it displays the "List Tool" ribbon group which has "Items" and "List" ribbons. I do NOT want these ribbons at all when clicking o...

Navigation menu URLs customization

Hi, I have existing Sharepoint 2010 website with the below code in master page for navigation menu: <PublishingNavigation:PortalSiteMapDataSource ID="topSiteMap" runat="server" EnableViewState="false" SiteMapProvider="CombinedNavSiteMapProvider" StartFromCurrentNode="...

ClientContext.Load include LookupValue

How can i load a list of items and preload some properties op a lookupvalue column? See this sample. I want to load Company.CompanyWebsite property (companywebsite is a property of the Company custom list) var list = this.Web.get_lists().getByTitle("Comments"); var camlQuery = new SP.CamlQuery(); var q = '<View></View>'; camlQ...

EnsureUser not returning valid User

I am trying to get a user back in SharePoint Client OM using EnsureUser. My code is: ClientContext clientContext = new ClientContext(siteUrl); User spUser = clientContext.Web.EnsureUser(user); Where siteUrl and user are both strings set as appropriate. The result is spUser is the shell of a User object but all its properties (for exa...

SharePoint 2010 / IIS 7.5 Byte-Range Request Responds With Entire File

Hello, I'm having problems getting SharePoint 2010/IIS 7.5 to respect byte-range requests. I'm developing a SharePoint 2010 Web Part using Silverlight, and am trying to retrieve part of a document stored inside SharePoint. When I request a byte range of a file in SharePoint, the server responds with the entire file. However, if I reque...

Sharepoint 2010 sandboxed solution

Hi, I am using SharePoint 2010 and creating a simple web part using Visual Studio 2010. When I create a SharePoint project in visual studio 2010, I specify "Deploy as a sandboxed solution" option. When I run the project, in a page in the sharepoint site when adding a web part i can see the web part. But when i try to add the web part t...

Creating sitemap in shareopoint

How to create sitemap in sharepoint ...

create sharepoint "one" alert on more than "one" list

iS it possible to create a sharepoint alert that sends notifications from 2 lists or more?? (to send all notifications in one email) ...