#OpenToWork Available for new opportunities! Let's build something amazing together.

Get in touch

Archive for May 2011

archm

Programmatically Setting the Fetched Properties to an Extended Search Core Result Web Part

This week I needed to extend the search core result web part to be able to do some custom filtering and search result styling. For the search result styling, additional fetched properties (columns) needed to be added programmatically to the Web Part properties. But every time I checked in the web part properties, these fetched properties were not added, and I end up with the default fetched properties.

Read more

Quick Tip: Converting SharePoint 2010 Application Page to SharePoint 2007

When you need to convert an application page from SharePoint 2010 to SharePoint 2007, these are the steps that need to be done: Change the “SharePoint.WebControls” and the “SharePoint.Utilities” assemblies version numbers from “14.0.0.0” to “12.0.0.0”; Remove the “Microsoft.Web.CommandUI” assembly line: Show image Assembly Reference to be removed Change the “DynamicMasterPageFile” attribute name to “MasterPageFile”, and replace the value with the following: Show image MasterPageFile Attribute The result should be something like this:

Read more
Back to top