Feb 13, 2012

Cascading dropdown (or) Filtered Values in Lookup Columns in SharePoint

Update: 27/06/2017 To know about implementing Cascading drop down or filtered lookup in SharePoint 2013 or SP Online using REST API, read this article: Cascading drop down in SharePoint using REST APIUpdate: 06/07/2017 To know about implementing multi-value lookup column and filtering values,...

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     ...