diff --git a/CodePlay/BalloonShop.master b/CodePlay/BalloonShop.master index 0d267d4..62073ee 100644 --- a/CodePlay/BalloonShop.master +++ b/CodePlay/BalloonShop.master @@ -22,8 +22,7 @@
- - +
diff --git a/CodePlay/CodePlay.sln (2).v11.suo b/CodePlay/CodePlay.sln (2).v11.suo index 98c7d9f..e0cf32d 100644 Binary files a/CodePlay/CodePlay.sln (2).v11.suo and b/CodePlay/CodePlay.sln (2).v11.suo differ diff --git a/CodePlay/CodePlay_Default.aspx b/CodePlay/CodePlay_Default.aspx index 4a9b576..91e7679 100644 --- a/CodePlay/CodePlay_Default.aspx +++ b/CodePlay/CodePlay_Default.aspx @@ -1,7 +1,9 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/Codeplay_MasterPage.master" AutoEventWireup="true" CodeFile="CodePlay_Default.aspx.cs" Inherits="DefaultCodePlay" %> + + diff --git a/CodePlay/Codeplay_MasterPage.master b/CodePlay/Codeplay_MasterPage.master index 2508433..b19f63f 100644 --- a/CodePlay/Codeplay_MasterPage.master +++ b/CodePlay/Codeplay_MasterPage.master @@ -1,5 +1,6 @@ <%@ Master Language="C#" AutoEventWireup="true" CodeFile="Codeplay_MasterPage.master.cs" Inherits="CodeplayMasterPage" %> +<%@ Register Src="UserControls/SearchBox.ascx" TagName="SearchBox" TagPrefix="uc4" %> <%@ Register Src="UserControls/DepartmentsList.ascx" TagName="DepartmentsList" TagPrefix="uc2" %> @@ -37,6 +38,7 @@ +
- +
+
diff --git a/CodePlay/MasterTest.aspx b/CodePlay/MasterTest.aspx deleted file mode 100644 index fab28da..0000000 --- a/CodePlay/MasterTest.aspx +++ /dev/null @@ -1,8 +0,0 @@ -<%@ Page Title="" Language="C#" MasterPageFile="~/CodePlay.master" AutoEventWireup="true" CodeFile="MasterTest.aspx.cs" Inherits="MasterTest" %> - - - - -

Test

-
- diff --git a/CodePlay/MasterTest.aspx.cs b/CodePlay/MasterTest.aspx.cs deleted file mode 100644 index ff08641..0000000 --- a/CodePlay/MasterTest.aspx.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -public partial class MasterTest : System.Web.UI.Page -{ - protected void Page_Load(object sender, EventArgs e) - { - - } -} \ No newline at end of file diff --git a/CodePlay/UserControls/SearchBox.ascx b/CodePlay/UserControls/SearchBox.ascx index 4aa609a..0b918cc 100644 --- a/CodePlay/UserControls/SearchBox.ascx +++ b/CodePlay/UserControls/SearchBox.ascx @@ -1,15 +1,7 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeFile="SearchBox.ascx.cs" Inherits="SearchBox" %> - - - - - - - -
- Search the Catalog -
- -
- -
+ +
+ +
+ +