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
Related Posts:
No commentsAccessing 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. |
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.
Related Posts:
No commentsJavaScript 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. |
1. Create an empty SharePoint 2010 project as shown below
Related Posts:
2 commentsVersion 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. |
Related Posts:
No commentsKey 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.
![]()
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.
Related Posts:
No commentsUsing 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. |
|
You need to complete the below steps before adding the Silverlight application to SharePoint site.
Related Posts:
No commentsCreating 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. |
![]() |
The two lists which we are using are Candidates list and Interviews list as shown below.
Candidates List
Related Posts:
2 commentsRecovering 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. |
|
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
Related Posts:
2 commentsPerforming 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 |
1. Click the Backup and Restore from Quick launch in central administration in SharePoint
