Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » SharePoint Sear... » How-To   (RSS)

Project to customize the small search control in SharePoint 2007

The small search control that is rendered in the default SharePoint pages is a delegate control rendered through master page. You can find it defined in the master page as follows: < asp : ContentPlaceHolder id ="PlaceHolderSearchArea" runat ="server">
 
Page view tracker