Posts

Showing posts with the label SharePoint 2010

Deprecated features in SharePoint 2013

Hi SharePoint friends , I hope you all enjoyed my last post on “ Authentication & Authorization ”. In this post I will discuss about the features that have been removed in SharePoint 2013 which was available on SharePoint 2010. Visual Upgrade: You could use this feature to upgrade from MOSS 2007 to SharePoint 2010 to give Site Collection Owner and Site Owner to preserve the existing user interface temporarily while still upgrading the infrastructure, content databases, site collections and features to the latest version. Now this feature is replaced with “ Deferred Site Collection” upgrade which is considered as more comprehensive upgrade process than visual upgrade. Visual Upgrade preserved only the master pages, CSS files and the HTML files but the Deferred Site Collection upgrade with preserve much more including SPFeature functionality. With the deferred site collection upgrade you can use the UI feature from the previous version more seamlessly than with the visual ...

Tool Part for Visual Web Part – SharePoint 2010

Image
Hi SharePoint Friends,   I would like to discuss some cool stuffs for developing custom “Tool Parts” for SharePoint 2010 Visual web part. “Tool Part” is nothing but the set of controls that are required for your web part which works based on the tool part properties. It will be available as a new section in the web part properties area. There are two ways for developing a Visual Web part with custom tool part 1. Designing the entire tool part using the server side code. 2. Designing the tool part using user controls In this part, I will drive you thru O ption 1 . R u ready, lets get started. Step 1: Create a “Empty Project” using Visual Studio 2010 and name it as “CustomToolpartOtion1” and choose the deployment type as a “Farm Solution” . You should see a similar project structure in VS 2010. Step 2: Open “VisualWebpartwithTP1.cs” file and write the below mentioned code. The above mentioned code is to declare a property which has to be rendered in the web part pr...

Problems while uploading files to SharePoint

Hi guys,             It’s been a while blogging about SharePoint. Have anyone experienced the difficulties in uploading files apart from the characters mentioned in SharePoint. I have experienced the unique thing that when I tried to migrate the documents from Humming Bird to MOSS 2007. SharePoint does not allow consecutive dots in the filename. “..” is not allowed in MOSS 2007, but “. .” is allowed and that’s something weird. One more thing I would like to share is if anyone trying to upload the documents via object model, it’s better to remove the space at the end of the file name. SharePoint allows us to upload the file with the spaces at the end. But after uploading the files, if any user has changed the metadata or something related to that file SharePoint automatically removes the trailing spaces at the end. If there are any custom properties defined in the file then SharePoint will not allow us to upload the file. It will thro...

SharePoint 2010 Help and How to - Videos

         Hi SharePoint friends and viewers, In this post I would like to bring some of the videos by MICROSOFT for SharePoint 2010 out-of-box features. They haven't covered everything, as we are developers we expect only a hint not the whole path. Many of them have passed the videos but still many of them are eager to see these kinds of videos. Ribbon highlights In SharePoint 2010 Open a Performance Point Web Part in a new window Export a Performance Point report or scorecard to PowerPoint Print a Performance Point dashboard or Web Part Overview of Performance Point dashboard elements Applying filters to Performance Point reports or scorecards Explore data in Performance Point reports and scorecards Export a Performance Point scorecard or report to Excel Use the Quick Launch pane to find Performance Point dashboards and dashboard items What’s New in Performance Point Dashboards Enabling versi...