Tagged Questions
4
votes
1answer
381 views
Search box disappears on search result page when using a customer masterpage
I have created a custom master page. I display the search box on the page using the following code:
<asp:ContentPlaceHolder ID="PlaceHolderSearchArea" runat="server">
...