From 5e0f41c5cb8c6c9d4bb035c395ab4438ce4f770b Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Wed, 15 Mar 2017 21:39:41 -0400 Subject: [PATCH] Finish all list page style updates. --- .../Catalog.WebForms/Default.aspx | 124 +++++++----------- .../Catalog.WebForms/Default.aspx.designer.cs | 8 +- 2 files changed, 52 insertions(+), 80 deletions(-) diff --git a/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx b/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx index 885422edc..6533feb30 100644 --- a/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx +++ b/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx @@ -6,82 +6,54 @@ - +
- - - - - - -
Well, there's nothing in the catalog.
-
- - - - - - - - - - - - - - - - - - - - -
- - -
- - - <%#:Item.Name%> - - -
- - Price: <%#:String.Format("{0:c}", Item.Price)%> - -
-
 
- -
- - - - - - - - - - - -
- - -
-
-
-
- - - - - + + + + + + +
+
+ + +
+ There's nothing in the catalog to display at this time. + +
+
+ +
+
+ +
+
+
+
+ +
+ + +
+ + + <%#:Item.Name%> + + +
+ + Price: <%#:String.Format("{0:c}", Item.Price)%> + +
+
+
diff --git a/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx.designer.cs b/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx.designer.cs index 869c02f10..cad33877a 100644 --- a/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx.designer.cs +++ b/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx.designer.cs @@ -13,21 +13,21 @@ namespace Microsoft.eShopOnContainers.Catalog.WebForms { public partial class _Default { /// - /// catalogList control. + /// DataPager1 control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.ListView catalogList; + protected global::System.Web.UI.WebControls.DataPager DataPager1; /// - /// DataPager1 control. + /// catalogList control. /// /// /// Auto-generated field. /// To modify move field declaration from designer file to code-behind file. /// - protected global::System.Web.UI.WebControls.DataPager DataPager1; + protected global::System.Web.UI.WebControls.ListView catalogList; } }