diff --git a/C2P/WebUserControls/mod_Q_Costs.ascx b/C2P/WebUserControls/mod_Q_Costs.ascx
index 190a4dc..aa786ab 100644
--- a/C2P/WebUserControls/mod_Q_Costs.ascx
+++ b/C2P/WebUserControls/mod_Q_Costs.ascx
@@ -1,2 +1,125 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_Q_Costs.ascx.cs" Inherits="C2P.WebUserControls.mod_Q_Costs" %>
-costs
\ No newline at end of file
+<%if (false)
+ { %>
+
+
+<%} %>
+<%@ Register Src="~/WebUserControls/mod_display.ascx" TagName="mod_display" TagPrefix="uc1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/C2P/WebUserControls/mod_Q_Costs.ascx.cs b/C2P/WebUserControls/mod_Q_Costs.ascx.cs
index 40d19e4..96ee4e1 100644
--- a/C2P/WebUserControls/mod_Q_Costs.ascx.cs
+++ b/C2P/WebUserControls/mod_Q_Costs.ascx.cs
@@ -7,11 +7,27 @@ using System.Web.UI.WebControls;
namespace C2P.WebUserControls
{
- public partial class mod_Q_Costs : System.Web.UI.UserControl
+ public partial class mod_Q_Costs : SteamWare.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
+
+ ///
+ /// fa toggle tra modo edit e read/item
+ ///
+ public void toggleMode()
+ {
+ if (frmView.CurrentMode == FormViewMode.ReadOnly)
+ {
+ frmView.ChangeMode(FormViewMode.Edit);
+ }
+ else
+ {
+ frmView.ChangeMode(FormViewMode.ReadOnly);
+ }
+ }
+
}
}
\ No newline at end of file
diff --git a/C2P/WebUserControls/mod_Q_Costs.ascx.designer.cs b/C2P/WebUserControls/mod_Q_Costs.ascx.designer.cs
index a43304b..6b0e516 100644
--- a/C2P/WebUserControls/mod_Q_Costs.ascx.designer.cs
+++ b/C2P/WebUserControls/mod_Q_Costs.ascx.designer.cs
@@ -3,15 +3,49 @@
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// the code is regenerated.
//
//------------------------------------------------------------------------------
-namespace C2P.WebUserControls
-{
-
-
- public partial class mod_Q_Costs
- {
+namespace C2P.WebUserControls {
+
+
+ public partial class mod_Q_Costs {
+
+ ///
+ /// BundleReference1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1;
+
+ ///
+ /// BundleReference2 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2;
+
+ ///
+ /// frmView control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.FormView frmView;
+
+ ///
+ /// odsQuotes control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.ObjectDataSource odsQuotes;
}
}
diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll
index e69879c..9fe2e10 100644
Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ
diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll
index 6c30317..1f19601 100644
Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ
diff --git a/C2P/bin/C2P_Data.pdb b/C2P/bin/C2P_Data.pdb
index 8348168..6f18030 100644
Binary files a/C2P/bin/C2P_Data.pdb and b/C2P/bin/C2P_Data.pdb differ
diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll
index 0cfcb87..fc96029 100644
Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ
diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs
index 317dcc4..08522f8 100644
--- a/VersGen/C2P.cs
+++ b/VersGen/C2P.cs
@@ -5,7 +5,7 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.6.43.135")]
-[assembly: AssemblyFileVersion("0.6.43.135")]
+[assembly: AssemblyVersion("0.6.44.135")]
+[assembly: AssemblyFileVersion("0.6.44.135")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")]
[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt
index 302871f..b72fb03 100644
--- a/VersGen/C2P.tt
+++ b/VersGen/C2P.tt
@@ -6,8 +6,8 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.6.43.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("0.6.43.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("0.6.44.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("0.6.44.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+