Quantcast
Channel: shopSharepoint.com: Blog
Browsing all 80 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to hide a ribbon in the sharepoint page?

If you are wondering how to hide a ribbon control in the sharepoint page, it's as simple as a one liner code. Lets use a button click event and Hide the ribbon -...

View Article


Image may be NSFW.
Clik here to view.

A quick look at SharePoint 2010 Site Event Receivers

With Sharepoint 2010,you could now track when a web is added, provisioned, moved and deleted. Deleting,Adding, Provisioning & Moving are synchronous events and Deleted, Added,Provisioned &...

View Article


SPS : Quick Demo

Sandboxed PassCode Solution that redirects users to a configured page, on entering the right passcode. This is designed to work on Office 365 environment.

View Article

Powershell Script to export sitecollection groups from a specific sitecollection

This below powershell scriptwill export all the sitecollection groups to a specified text file. $site = Get-SPSite"http://www.shopsharepoint.com" $filename = "d:\shopsharepointusergroups.txt"...

View Article

How to create a Custom PeoplePicker Control?

How do we embed our custom logic into PeoplePicker control? Implemented exampleshows how to create people picker with user selection limited to a particulardepartment. 1) First we need to create...

View Article


Why Document ID & How to use this feature in Sharepoint Online?

Document ID is one of the coolest feature in Sharepoint 2010. Document ID can help solving one of our most annoying problem of not maintaining the document URL link when a document is moved across the...

View Article

Exposing BCC (for emails) in SharePoint Designer 2010

if you want to set a BCC option to send an email through SharePoint Designer 2010 you would be disappointed for a second as you don't see the BCC option in the dialog. However if you look at the...

View Article

Image may be NSFW.
Clik here to view.

SharePoint 2010: Creating Custom List Defination using VS 2010

Microsoft Visual Studio 2010 provides a project type that makes it easier to create list definitions in XML and to create list instances that are based on those definitions. A field definition, defines...

View Article


Image may be NSFW.
Clik here to view.

Creating a SharePoint project in Visual Studio 2010 solution

Creating a SharePointproject in Visual Studio 2010 solution: Open Visual Studio 2010 using the run as administrator (important) option. A quick tip is to create ashortcut for Visual Studio 2010 to...

View Article


Image may be NSFW.
Clik here to view.

Sharepoint 15 - A Technical Preview Interoperability API Documentation

The first set of official documentation of Sharepoint 15 is released by Microsoft early last month. This documentation contains reference topics focusing only on types and members that are called by...

View Article

Sharepoint 2010 : Facebook Plugin Webpart

Looking for a facebook plugin webpart for Sharepoint Online, Sharepoint 2010. We have a demo here that could show you exactly what you want. Take the wsp file from here. courtesy - www.spmcm.me

View Article

Sharepoint Online : How do you Upload Large Files into Sharepoint Online...

Uploading large documents into sharepoint 2010 or Sharepoint Online is a resource sensitive topic. Here is a suggestion by which you could upload a large media file using the UploadAsync method of...

View Article

Image may be NSFW.
Clik here to view.

Sharepoint 15 - Release Schedule looks like this

I was going through different sources of Sharepoint 15 and found this below schedule. SharePoint 15, and Office 15, will be available in the first quarter of 2013.  courtesy : SharepointBog/uk

View Article


Image may be NSFW.
Clik here to view.

Sharepoint 2010 : Memory Leaks in your webparts - check this out : DisposeCheck

Microsoft has released a tool called the SPDisposeCheck utility that will analyze your assemblies and report on any improperly disposed Shared Point objects. The utility can be downloaded here:...

View Article

Sharepoint 15 - Features (A draft)

SharePoint 15 will: Include an overhauled Client Object Model (COM), "making it easier for UI designrs and front-end developers to build compelling visual interfaces." Support a new app marketplace...

View Article


Sharepoint 2010 : 3 Line code to activate your developer Dashboard

3 liner VB.Net code to Activate developer dashboard Dim ssCs As SPWebService = SPWebService.ContentService ssCs.DeveloperDashboardSettings.DisplayLevel = SPDeveloperDashboardLevel.[On]...

View Article

Image may be NSFW.
Clik here to view.

Sharepoint 2010 : Using OOB Chart WebPart with External Content Type

BCS in SharePoint 2010 is all about Connecting to ExternalData, that reside inside servers like SQL Server.  BCS enhances the SharePoint platform'scapabilities with Out Of the Box features .   Before...

View Article


Image may be NSFW.
Clik here to view.

Sharepoint 2010 : Relevant documents web part

The Relevant Documents web part displays documents relevant to the current user. I think this is one of the more useful webpart. This web part will essentially shows the following; Documents last...

View Article

Sharepoint 2013 : 8 Things to Help You Prepare

With Sharepoint15 Beta releaseon deck, we should consider the below 8 Things to be prepared   1. Optimized Environment Like the last version of SharePoint, IT managersare going to be on the front...

View Article

Image may be NSFW.
Clik here to view.

Sharepoint 2010 : Infopath form stuck with installing

if you think your infopath is clean and doesn't have any error and when you do the upload the form template in the central admin, if you get stuck to the 'Installing' status as shown below then try the...

View Article
Browsing all 80 articles
Browse latest View live