0
votes
3answers
826 views

SP2013: Adding a custom usercontrol to masterpage using Design Manager

I created a custom masterpage using the SP2013 Design Manager. I also created a SharePoint solution in Visual studio 2012 with a custom usercontrol (ascx) and custom webparts. The masterpage works ...
0
votes
1answer
95 views

When placeholder is filled with content from page in master page

My question about the placeholder, basically I have to perfrom a check in my custom user control for some controls, but does controls are loaded from a page in a placeholder. And my user is located ...
0
votes
1answer
185 views

How to keep PlaceHolderPageTitle without removing them when prompt with 'The page has one or more <asp:Content> controls…'

I have the following error prompted when opening a aspx page in SharePoint Design view The page has one or more <asp:Content> controls that do not correspond with <asp:ContentPlaceHolder> ...
1
vote
2answers
124 views

Registering all templates in folder /_controltempaltes/custom

I have a question regarding the directives in the MasterPage. So if I deploy a custom template to ControlTemplates in SharePoint folder, to use it I will need to write a directive which imports that ...
1
vote
1answer
1k views

Customizing SmallSearchInputBox default text

I am trying to customize the text displayed in the search box of my SharePoint site. The default is "Search this site...". I found a number of articles which explain how to do it (by overriding the ...
0
votes
2answers
381 views

Beginners question regarding code-behind for aspx pages

I've been studying sharepoint for a matter of days now so please bear with me if I'm missing something really obvious. I've followed a couple of guides that have got me familiar with the process of ...
0
votes
0answers
522 views

User controls in masterpage and anonymous user [closed]

I am developing a master page which includes the user control that generates a menu from the list with a specific logic. Before including the control into master page I successfully configured ...