Tagged Questions
1
vote
1answer
150 views
Add column to a Content Type which is associated content type of Page Layout, PL not updated
All I do below is with Visual Studio 2010. I cannot use Sharepoint Designer because I don't have the right to do it.
I have a Content Type, which is the associated content type of a page layout. They ...
0
votes
1answer
67 views
Is it bad practice to copy and paste pages in sharepoint?
I am a new sharepoint developer. I am creating a web template from scratch in visual studio.
I am finding it time consuming when creating/editing pages in visual studio e.g. adding web parts to ...
1
vote
2answers
113 views
What is the best way to create a splash page in SP 2010 that contains just a picture and a list of languages
Do I need to create a new master page? what should be included in this master page regarding that I don't what a menu, footer, logo, and nothing but my picture and a list of languages and flags. I'm ...
2
votes
3answers
2k views
Page Layout editing in Visual Studio: “Unrecognized tag prefix”
When editing a Page Layout in Visual Studio 2010 the 'asp' prefix is not recognized.
For example:
<asp:Content contentplaceholderid="PlaceHolderBreadCrumb" runat="server">
Has 'asp' ...
1
vote
2answers
821 views
Added a new PageLayout to my feature but it's not showing in SharePoint?
I had an existing feature that deployed a Page Layout. I ended up adding another Page Layout to the feature and I updated my Elements.xml file to include the reference to the new file:
<File ...
1
vote
2answers
835 views
Adding code behind functionality to a page layout?
I have a page layout that I would like to include a listview that is populated from the code behind. I tried right clicking on my aspx file and choosing "View Code" like I typically would but it does ...
3
votes
1answer
101 views
Removing page from content database via feature deactivation
I deployed page via module. Module is deployed via feature (method FeatureActivated). After that process page is deployed in content database.
What I need is to be able to delete (remove) page from ...
4
votes
1answer
3k views
How do I find the ID for associated content type when adding a page layout?
I'm following the creating a page layout in this example
http://blog.beckybertram.com/Lists/Posts/Post.aspx?ID=71
It adds a page layout using this xml,
<File ...
3
votes
3answers
748 views
SharePoint 2010 VS development: Intellisense for ASPX files
I'm using Visual Studio 2010 to develop a SharePoint Server 2010 solution. Part of this includes custom Page Layouts, but when editing them, intellisense is completely broken, since Visual Studio ...