Jan 23, 2012

How to Insert a Web Part in the NewForm, EditForm and DisplayForm.aspx in a list without using SharePoint Designer

In this article, we are going to know very useful and tricky tip in SharePoint. We have options for inserting the web parts in the home page or any libraries in the SharePoint using Site Settings -> Edit Page -> Insert Web Part What will you do for inserting a web part in the New/Edit/Display...

Lookup columns in SharePoint 2010

In the previous article, we have learned about basics of lookup columns and the disadvantages in lower versions of SharePoint. In this article, we will discuss the capabilities of lookup columns in SP 2010. Types There are two types of lookup columns: 1. Lookup columns with an enforced relation 2....

Jan 21, 2012

Lookup columns in SharePoint

In this article, we are going to discuss a simple and useful feature of SharePoint which is called lookup columns. What are Lookup columns in SharePoint? Ø  In simple words, it is a referential integrity between the lists in SharePoint (It is something like relating the two columns in a table...

Jan 11, 2012

Reading the Custom Properties of MS Office Word 2007 & 2010 documents

Earlier, we have discussed about reading the Summary and Custom Properties of Word 2003 using DSO DLL. Here are the articles references Basics of DSO DLL Reading Summary Properties of Word 2003 Reading Custom Properties of Word 2003 As already mentioned in the above articles, DSO dll is a...

Jan 6, 2012

Creating and Deploying a Visual Web Part using Microsoft Visual Studio 2010

To know about the Basics of Visual web part, read this article before knowing how to create and deploy the visual web part using visual studio 2010. We will create a Visual web part for uploading the document to the SharePoint document library. At the end of this article, we will learn     ...

Jan 5, 2012

Basics of Visual WebPart in Microsoft Visual Studio 2010

In this article, we are going to discuss about an interesting feature of Microsoft which is called Visual Webpart. Web parts play an important role in the SharePoint design and development. In the lower versions of SharePoint, we have to write the code for designing the webpart and then the custom...

Jan 4, 2012

Implementing Federated Search Result (Twitter) in SharePoint 2010

In the previous article, we have discussed about the basics of Federated Search Results in SharePoint In this article, we will discuss how to implement the Federated Search results in SharePoint 2010. Steps Go to Central Administration of the SharePoint Server -> Application Management -> Manage...

Jan 3, 2012

Federated Search Results in SharePoint

In this article, we are going to discuss about another interesting topic called Federated Search which came up with the MOSS (Microsoft Office SharePoint Server), when Microsoft updated the Infrastructure in SharePoint. What is Federated Search? Federate - Characterized by unity or being or joined into a single entity Federation allows users to send the same query (search keyword) to multiple independent...

How to Remove “+ Add document" from a SharePoint 2010 Document Library

In previous article, we have learned how to hide the Select/ Deselect Check Box from a view in the list/libraries. In this post, we will see how to remove the “+ Add document” option from the document library in SharePoint 2010. We will get some scenarios where, we will display the document library...

Jan 1, 2012

How to hide the Select and Deselect Check box in a List/Library in SharePoint 2010

We might have faced some situations where you want to hide the Select and Deselect Option Check Box in the SharePoint 2010. This is required, when you create some views and want to display some items with out check box options. Let’s discuss about this in this article. Suppose this is the document...