From 6dacd125b04ebd4b91ade64916672499a3ecf83b Mon Sep 17 00:00:00 2001 From: samuele Date: Wed, 26 Sep 2012 11:11:07 +0200 Subject: [PATCH] update export vecchio --- .../GIM_site/ExcelExportMtzPrevPending.aspx | 29 ++++++++----------- .../ExcelExportMtzPrevPending.aspx.cs | 5 ---- ...ExcelExportMtzPrevPending.aspx.designer.cs | 12 +------- 3 files changed, 13 insertions(+), 33 deletions(-) diff --git a/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx b/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx index d06cda0..dd03a34 100644 --- a/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx +++ b/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx @@ -1,5 +1,5 @@ -<%@ Page Language="C#" AutoEventWireup="true" - EnableEventValidation="false" Inherits="ExcelExportMtzPrevPending" Codebehind="ExcelExportMtzPrevPending.aspx.cs" %> +<%@ Page Language="C#" AutoEventWireup="true" EnableEventValidation="false" Inherits="ExcelExportMtzPrevPending" + CodeBehind="ExcelExportMtzPrevPending.aspx.cs" %> @@ -9,16 +9,8 @@
- - - - - - - - - + @@ -28,19 +20,22 @@ - + + + + + - - + Type="Int32" /> +
diff --git a/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx.cs b/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx.cs index 7cd9a5d..e5e5873 100644 --- a/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx.cs +++ b/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx.cs @@ -43,9 +43,7 @@ public partial class ExcelExportMtzPrevPending : System.Web.UI.Page public override void VerifyRenderingInServerForm(Control control) { - // Confirms that an HtmlForm control is rendered for the specified ASP.NET server control at run time. - } private void doExport() @@ -79,7 +77,6 @@ public partial class ExcelExportMtzPrevPending : System.Web.UI.Page #endregion - public void aggiornamento() { grView.AllowPaging = false; @@ -103,6 +100,4 @@ public partial class ExcelExportMtzPrevPending : System.Web.UI.Page ods.FilterExpression += " AND (idxMacchina = {2})"; } } - - } diff --git a/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx.designer.cs b/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx.designer.cs index 635a868..37895b0 100644 --- a/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx.designer.cs +++ b/Projects/WebGIM/GIM_site/ExcelExportMtzPrevPending.aspx.designer.cs @@ -1,10 +1,9 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// the code is regenerated. // //------------------------------------------------------------------------------ @@ -30,15 +29,6 @@ public partial class ExcelExportMtzPrevPending { /// protected global::System.Web.UI.WebControls.GridView grView; - /// - /// lblNumRec control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblNumRec; - /// /// ods control. ///