diff --git a/CodePlay/BalloonShop.master b/CodePlay/BalloonShop.master index 1321698..0d267d4 100644 --- a/CodePlay/BalloonShop.master +++ b/CodePlay/BalloonShop.master @@ -6,6 +6,7 @@ <%@ Register Src="UserControls/CategoriesList.ascx" TagName="CategoriesList" TagPrefix="uc3" %> <%@ Register Src="UserControls/DepartmentsList.ascx" TagName="DepartmentsList" TagPrefix="uc2" %> <%@ Register Src="UserControls/Header.ascx" TagName="Header" TagPrefix="uc1" %> + diff --git a/CodePlay/CodePlay.sln (2).v11.suo b/CodePlay/CodePlay.sln (2).v11.suo index 280bee2..1a7d469 100644 Binary files a/CodePlay/CodePlay.sln (2).v11.suo and b/CodePlay/CodePlay.sln (2).v11.suo differ diff --git a/CodePlay/CodeplayMasterPage.master b/CodePlay/CodeplayMasterPage.master new file mode 100644 index 0000000..8205f36 --- /dev/null +++ b/CodePlay/CodeplayMasterPage.master @@ -0,0 +1,97 @@ +<%@ Master Language="C#" AutoEventWireup="true" CodeFile="CodeplayMasterPage.master.cs" Inherits="CodeplayMasterPage" %> + + + + + + The CodePlay + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+ + + diff --git a/CodePlay/CodeplayMasterPage.master.cs b/CodePlay/CodeplayMasterPage.master.cs new file mode 100644 index 0000000..77f0484 --- /dev/null +++ b/CodePlay/CodeplayMasterPage.master.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +public partial class CodeplayMasterPage : System.Web.UI.MasterPage +{ + protected void Page_Load(object sender, EventArgs e) + { + + } +} diff --git a/CodePlay/DefaultCodePlay.aspx b/CodePlay/DefaultCodePlay.aspx new file mode 100644 index 0000000..dacc565 --- /dev/null +++ b/CodePlay/DefaultCodePlay.aspx @@ -0,0 +1,22 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/CodeplayMasterPage.master" AutoEventWireup="true" CodeFile="DefaultCodePlay.aspx.cs" Inherits="DefaultCodePlay" %> + +<%@ Register Src="UserControls/CartSummary.ascx" TagName="CartSummary" TagPrefix="uc6" %> +<%@ Register Src="UserControls/UserInfo.ascx" TagName="UserInfo" TagPrefix="uc5" %> +<%@ Register Src="UserControls/SearchBox.ascx" TagName="SearchBox" TagPrefix="uc4" %> +<%@ Register Src="UserControls/CategoriesList.ascx" TagName="CategoriesList" TagPrefix="uc3" %> +<%@ Register Src="UserControls/DepartmentsList.ascx" TagName="DepartmentsList" TagPrefix="uc2" %> + + + + + +
+ +
+ + + +
+ +
+ diff --git a/CodePlay/DefaultCodePlay.aspx.cs b/CodePlay/DefaultCodePlay.aspx.cs new file mode 100644 index 0000000..444d809 --- /dev/null +++ b/CodePlay/DefaultCodePlay.aspx.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +public partial class DefaultCodePlay : System.Web.UI.Page +{ + protected void Page_Load(object sender, EventArgs e) + { + + } +} \ No newline at end of file diff --git a/CodePlay/UserControls/DepartmentsList.ascx b/CodePlay/UserControls/DepartmentsList.ascx index b561136..3962006 100644 --- a/CodePlay/UserControls/DepartmentsList.ascx +++ b/CodePlay/UserControls/DepartmentsList.ascx @@ -1,7 +1,7 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeFile="DepartmentsList.ascx.cs" Inherits="DepartmentsList" %> -  » +

>>

 »