Pages

Thursday, June 16, 2011

Lesson Learned #1 - SmallSearchInputBox Delegate Control

This week, while I was working on a SharePoint branding project I came across an issue where my custom master page was braking the OOTB Page Approval workflow page. For hours I was banging my head, comparing my custom master page with other OOTB master pages and then finally I saw difference. Since one of the project requirements was to move the SmallSearchInputBox delegate control towards the top where the Ribbon Server control lives, I forgot to wrap the PlaceHolderSearchArea control around the delegate control. My guess is that some page layouts implement the PlaceHolderSearchArea control.


Lesson Learned !!!!!

No comments:

Post a Comment