Hi All,
I have a custom CQWP and need to pass in a property, at the moment it's hard coded but would like it to be a property set in the tool pane. I have added a comment above the hard coded property [comment is "//hard coded here,
needs to be a property :)"]. If anyone could tell me what I need to do, or even better post the code that would be great :) btw I didn't write the original code, I'm by no means a dev just an enthusiastic cutter and sticker of code ;)
Thanks in advance
Here is the code:
using System;
using System.ComponentModel;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using Microsoft.SharePoint;
using Microsoft.SharePoint.WebControls;
using Microsoft.SharePoint.Publishing;
using System.Collections.Generic;
using Microsoft.SharePoint.WebPartPages;
using S
View Complete Post