-
- <%--
--%>
- Proxima © 2008-<%: DateTime.Now.Year %>
-
-
- v.<%: SteamWare.memLayer.ML.confReadString("mainRev") %>.<%: SteamWare.memLayer.ML.confReadString("minRev") %>
- | Powered by Steamware
- <%--
--%>
-
+
+
+
+ <%--
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ hello world!
+ Area main content da customizzare
+
+
+
+
+
+
<%----%>
diff --git a/C2P/Bootstrap.Master.designer.cs b/C2P/Bootstrap.Master.designer.cs
index 23d32c1..b012dd0 100644
--- a/C2P/Bootstrap.Master.designer.cs
+++ b/C2P/Bootstrap.Master.designer.cs
@@ -66,6 +66,15 @@ namespace C2P {
///
protected global::System.Web.UI.ScriptManager ScriptManager1;
+ ///
+ /// uppNavbar control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.UpdatePanel uppNavbar;
+
///
/// mod_testata control.
///
@@ -75,6 +84,15 @@ namespace C2P {
///
protected global::C2P.WebUserControls.mod_testata mod_testata;
+ ///
+ /// uppFeatured control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.UpdatePanel uppFeatured;
+
///
/// Featured control.
///
@@ -84,6 +102,15 @@ namespace C2P {
///
protected global::System.Web.UI.WebControls.ContentPlaceHolder Featured;
+ ///
+ /// uppContainer control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.UpdatePanel uppContainer;
+
///
/// Main control.
///
@@ -92,5 +119,14 @@ namespace C2P {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.ContentPlaceHolder Main;
+
+ ///
+ /// uppFooter control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.UpdatePanel uppFooter;
}
}
diff --git a/C2P/C2P.csproj b/C2P/C2P.csproj
index 1285aaf..5e243f3 100644
--- a/C2P/C2P.csproj
+++ b/C2P/C2P.csproj
@@ -33,7 +33,8 @@
pdbonly
true
bin\
-
TRACE
+
+
prompt
4
diff --git a/C2P/Web.config b/C2P/Web.config
index 0978b88..2936120 100644
--- a/C2P/Web.config
+++ b/C2P/Web.config
@@ -17,7 +17,7 @@
-
+
diff --git a/C2P/WebUserControls/mod_newQuote.ascx.cs b/C2P/WebUserControls/mod_newQuote.ascx.cs
index ea47597..0c593d8 100644
--- a/C2P/WebUserControls/mod_newQuote.ascx.cs
+++ b/C2P/WebUserControls/mod_newQuote.ascx.cs
@@ -115,13 +115,13 @@ namespace C2P.WebUserControls
decimal answ = 0;
try
{
- answ += Convert.ToDecimal(txtBaseAl.Text);
+ answ += Convert.ToDecimal(txtBaseAl.Text.Replace(".",",")); // !!!FARE verifica con gestioen da internationalization
}
catch
{ }
try
{
- answ += Convert.ToDecimal(txtExtraLega.Text);
+ answ += Convert.ToDecimal(txtExtraLega.Text.Replace(".", ",")); // !!!FARE verifica con gestioen da internationalization
}
catch
{ }
diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll
index 2977f03..6c7f4cb 100644
Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ