Tagged Questions
0
votes
2answers
320 views
custom aspx page with default.master page CSS issue
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ItemDetails.aspx.cs" Inherits="namespacename" Debug="true" MasterPageFile="~/_layouts/default.master" %>
<%@ Assembly ...
0
votes
2answers
111 views
Unlink page from master
Is there a way to "unlink" a page from the master page? Specifically, what I want to do is have a completely blank page display a SharePoint ListViewWebPart.
Alternatively, if I start by creating a ...
1
vote
3answers
2k views
Master Page file cannot be loaded when trying to edit aspx on a subsite
A while ago, we (myself and our web developer) customized our master page. We made a copy of v4.master called v4custom.master and edited it. This was at the site collection level. Just recently, a ...
2
votes
2answers
319 views
*Something* is corrupting all my aspx pages
I have a feature which deploys a master page and changes the masterpage for all webs in the site collection. This works okay usually. We've had an issue two times, where all the aspx pages in the site ...