Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Can't seem to change template?

  1. #1
    khooker is offline Junior Member
    Join Date
    Oct 2012
    Posts
    6

    Default Can't seem to change template?

    Hi I'm trying to generate a forms page without the header and footer used by most of my pages.

    I created a minimalist template file (template0.master) and created a new forms aspx that references this template as it's MasterPageFile but regular template (template.master) is clearly still being used. What have I missed?

    Here's the declaration from my aspx page:

    <%@ Page Language="C#" Inherits="AspDotNetStorefront._default" CodeFile="requestQuoteForm.aspx.cs" MasterPageFile="~/App_Templates/Skin_1/template0.master" %>

  2. #2
    mmcgeachy is offline Senior Member
    Join Date
    Sep 2008
    Posts
    174

    Default

    that is because the skin base changes what master page gets used. To do the changes you want read the "Individual Page Templates" section of this manual page: http://manual.aspdotnetstorefront.co...in-a-site.aspx.

  3. #3
    khooker is offline Junior Member
    Join Date
    Oct 2012
    Posts
    6

    Default

    Thanks, I'll read that!