TechBubbles

Archive for the 'Sharepoint 2010' Category

Displaying Custom HTML message in SharePoint 2010

 

This post explains about displaying a custom HTML message in Visio Web access web part on a SharePoint web part page. We are using two web parts content editor webpart and Visio Web access webpart as shown below

image

Read more

Related Posts:

No comments

Accessing Web Services from Sandboxed Silverlight application in SharePoint 2010

 

This post discuss about accessing public web services from sandboxed Silverlight application in SharePoint 2010. SharePoint 2010 introduced the concept of sandboxed solution where the application runs in separate process outside the w3p process where SharePoint is running. Sandboxed solutions having the restriction to make a call to external resources like database and web services. This restriction causing the SharePoint developers to access these resources from sandboxed applications. SP2010

The solution is delivering a Silverlight application in sandbox environment which in turn calls the web service. Because Silverlight applications are running from the client machines even though they delivered from the sandbox solution.

Read more

Related Posts:

No comments

JavaScript Intellisence for SharePoint 2010 Projects

 

Visual Studio 2010 is really have useful and helpful capabilities from tooling prospective and it allows JavaScript developers to more productive through JavaScript Intellisence and JavaScript debugging. This post discusses about getting the JavaScript Intellisense in SharePoint 2010 projects. SP2010

1. Create an empty SharePoint 2010 project as shown below

image

Read more

Related Posts:

2 comments

Version History in a SharePoint library

 

This post explains how to view version history in a SharePoint library. It also shows how to open a previous version and how to compare the current version with previous version. We will examine this with microsoft word document. If version history enabled in your SharePoint library then you can view in two different formats Major version and Minor version. SP2010

 

Read more

Related Posts:

No comments

Key terms and Concepts in SharePoint 2010 Managed Metadata

 

What is Managed Metadata? This post explains key terms and concepts in Share Point 2010 Managed Metadata. Understanding these terms are very important before you read the Managed Metadata Features.

SP2010

Taxonomy

A taxonomy is a hierarchical of words which are organised into groups based on similarities. It can be defined by one or more individuals. Advantage with Taxonomy is, it provides a logical hierarchical structure of metadata which can be used to classify the information.

Read more

Related Posts:

No comments

Creating Business Data Connectivity Model for SharePoint 2010 using VS 2010

 

This post discusses about how to connect .NET Connectivity Assembly for Business Connectivity services using Visual Studio 2010. Business Data Connection Model allows you to connect to the external data sources and can edit them directly from SharePoint site list. SP2010

 

Read more

Related Posts:

1 comment

Using Silverlight Web Part in SharePoint 2010

 

Using Silverlight Web Part, You can add Silverlight applications and videos to SharePoint page. Users just need Silverlight runtime to view or run the applications. You must be member of default security group in-order to add the web part to the page.

SP2010

You need to complete the below steps before adding the Silverlight application to SharePoint site.

Read more

Related Posts:

No comments

Creating Visual Web Parts using VS 2010 for SharePoint 2010

 

This post discusses about how to create a visual web part for SharePoint 2010 using Visual Studio 2010. Visual Web Parts can be developed on Visual Studio design surface which is as easy as drag and drop controls in asp.net application.

The web part which we are going to create is standard asp.net tree-view control which shows Interview Events and candidates who attend those interviews. We are going to use two lists from the SharePoint site and joining those two lists using LINQ.

SP2010

The two lists which we are using are Candidates list and Interviews list as shown below.

Candidates List

image

Read more

Related Posts:

2 comments

Recovering the data from an unattached content database in SharePoint 2010

 

SharePoint Content databases contains the sites content that you have created in the web application. You can connect to the unattached content database to the farm and can select the items for the backup. Once you recover the data from content database then you can use SharePoint PowerShell cmdlets to restore the recovered content. The Database must be attached to SQL Server but not necessarily to the SharePoint Web Application.

SP2010

Follow the below steps to select and recover the content from SharePoint Content Database

1. Click the Backup and Restore from the SharePoint 2010 Central Administration

Read more

Related Posts:

2 comments

Performing a farm backup in SharePoint 2010

 

This post discuss about performing farm backup in SharePoint 2010 using central administration.You can do variety of backup operations using Backup tree on the perform a Backup page. To perform the farm backup

SP2010

1. Click the Backup and Restore from Quick launch in central administration in SharePoint

image

Read more

Related Posts:

No comments

« Previous PageNext Page »