Sunday, June 13, 2010

MultiColumnLookupField control in sharepoint 2007

Depoyment of MultiColumnLookupField in sharepoint

I was looking for how to use this control into sharepoint, and after doing work around I have got this solution for others:

1. Build your assembly(project) and install it in the GAC on the server.

2. Copy the ascx control(MultiColumnLookupField.ascx) to C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES

3. Copy the fldtypesMultiColumnLookup.xml to C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML

4. Reset IIS

Enjoy green coding

Hussain Naqvi

use this online tool for free code generation www.Code4green.com

1 comment:

  1. Please download code from this site: http://spfields.codeplex.com/releases/view/40505

    ReplyDelete