- +

hello world!

Area main content da customizzare
diff --git a/C2P/Bootstrap.Master.designer.cs b/C2P/Bootstrap.Master.designer.cs index 3ba0b50..e4114dc 100644 --- a/C2P/Bootstrap.Master.designer.cs +++ b/C2P/Bootstrap.Master.designer.cs @@ -31,13 +31,13 @@ namespace C2P { protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2; /// - /// HeadContent control. + /// Head control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContent; + protected global::System.Web.UI.WebControls.ContentPlaceHolder Head; /// /// form1 control. @@ -67,30 +67,21 @@ namespace C2P { protected global::C2P.WebUserControls.mod_testata mod_testata; /// - /// FeaturedContent control. + /// Featured control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.ContentPlaceHolder FeaturedContent; + protected global::System.Web.UI.WebControls.ContentPlaceHolder Featured; /// - /// btnLearnMore control. + /// Main control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.LinkButton btnLearnMore; - - /// - /// MainContent control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.ContentPlaceHolder MainContent; + protected global::System.Web.UI.WebControls.ContentPlaceHolder Main; } } diff --git a/C2P/C2P.csproj b/C2P/C2P.csproj index 1904b4e..9019b1f 100644 --- a/C2P/C2P.csproj +++ b/C2P/C2P.csproj @@ -194,8 +194,8 @@ - - + + @@ -255,6 +255,8 @@ + + @@ -335,15 +337,22 @@ Default.aspx + + FullPage.master + ASPXCodeBehind + + + FullPage.master + Global.asax - - Help.aspx + + JumboPage.master ASPXCodeBehind - - Help.aspx + + JumboPage.master diff --git a/C2P/Default.aspx b/C2P/Default.aspx index 18bd2fc..507d950 100644 --- a/C2P/Default.aspx +++ b/C2P/Default.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="C2P._Default" %> +<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/JumboPage.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="C2P._Default" %> <%--