diff --git a/MP-TAB/MP-TAB.csproj b/MP-TAB/MP-TAB.csproj index 5762a80b..59ba9ee8 100644 --- a/MP-TAB/MP-TAB.csproj +++ b/MP-TAB/MP-TAB.csproj @@ -21,11 +21,9 @@ 4.0 - 44384 - - - - + 44328 + enabled + disabled @@ -660,6 +658,7 @@ + @@ -944,6 +943,13 @@ cmp_sheetTech.ascx + + cmp_ST_detail.ascx + ASPXCodeBehind + + + cmp_ST_detail.ascx + mod_checkHttps.ascx ASPXCodeBehind diff --git a/MP-TAB/WebUserControls/cmp_ST_detail.ascx b/MP-TAB/WebUserControls/cmp_ST_detail.ascx new file mode 100644 index 00000000..01f29316 --- /dev/null +++ b/MP-TAB/WebUserControls/cmp_ST_detail.ascx @@ -0,0 +1,29 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_ST_detail.ascx.cs" Inherits="MoonProTablet.WebUserControls.cmp_ST_detail" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MP-TAB/WebUserControls/cmp_ST_detail.ascx.cs b/MP-TAB/WebUserControls/cmp_ST_detail.ascx.cs new file mode 100644 index 00000000..08ee2621 --- /dev/null +++ b/MP-TAB/WebUserControls/cmp_ST_detail.ascx.cs @@ -0,0 +1,40 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace MoonProTablet.WebUserControls +{ + public partial class cmp_ST_detail : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + + public string CodArticolo + { + get + { + return hfCodArticolo.Value.Trim(); + } + set + { + hfCodArticolo.Value = value.Trim(); + } + } + public string CodGruppo + { + get + { + return hfCodGruppo.Value.Trim(); + } + set + { + hfCodGruppo.Value = value.Trim(); + } + } + } +} \ No newline at end of file diff --git a/MP-TAB/WebUserControls/cmp_ST_detail.ascx.designer.cs b/MP-TAB/WebUserControls/cmp_ST_detail.ascx.designer.cs new file mode 100644 index 00000000..c41283e0 --- /dev/null +++ b/MP-TAB/WebUserControls/cmp_ST_detail.ascx.designer.cs @@ -0,0 +1,53 @@ +//------------------------------------------------------------------------------ +// +// Codice generato da uno strumento. +// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// +//------------------------------------------------------------------------------ + +namespace MoonProTablet.WebUserControls +{ + + + public partial class cmp_ST_detail + { + + /// + /// Controllo grView. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.GridView grView; + + /// + /// Controllo ods. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.ObjectDataSource ods; + + /// + /// Controllo hfCodGruppo. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.HiddenField hfCodGruppo; + + /// + /// Controllo hfCodArticolo. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.HiddenField hfCodArticolo; + } +} diff --git a/MP-TAB/WebUserControls/cmp_sheetTech.ascx b/MP-TAB/WebUserControls/cmp_sheetTech.ascx index 240b81dc..a0e28b6c 100644 --- a/MP-TAB/WebUserControls/cmp_sheetTech.ascx +++ b/MP-TAB/WebUserControls/cmp_sheetTech.ascx @@ -1,4 +1,6 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_sheetTech.ascx.cs" Inherits="MoonProTablet.WebUserControls.cmp_sheetTech" %> +<%@ Register Src="~/WebUserControls/cmp_ST_detail.ascx" TagPrefix="uc1" TagName="cmp_ST_detail" %> + @@ -8,110 +10,28 @@

Scheda Tecnica

- - - CodGruppo: +
+ + +
+ CodGruppo: -
- DescGruppo: +
+ DescGruppo: -
- OrdVisual: +
+ OrdVisual: -
- - - - CodGruppo: - -
- DescGruppo: - -
- OrdVisual: - -
- -
- -
- -
- - - - - -
Non è stato restituito alcun dato.
-
- - - - - - - - - - CodGruppo: - -
- DescGruppo: - -
- OrdVisual: - -
- -
- -
- -
- - CodGruppo: - -
- DescGruppo: - -
- OrdVisual: - -
- -
- - - - - - - - -
- - - -
-
-
- - CodGruppo: - -
- DescGruppo: - -
- OrdVisual: - -
- -
- - +
+ +
+
+
+
+
- + <%-- @@ -135,6 +55,6 @@ - + --%>
diff --git a/MP-TAB/WebUserControls/cmp_sheetTech.ascx.designer.cs b/MP-TAB/WebUserControls/cmp_sheetTech.ascx.designer.cs index 680ba7f5..9e590931 100644 --- a/MP-TAB/WebUserControls/cmp_sheetTech.ascx.designer.cs +++ b/MP-TAB/WebUserControls/cmp_sheetTech.ascx.designer.cs @@ -15,13 +15,13 @@ namespace MoonProTablet.WebUserControls { /// - /// Controllo listGroups. + /// Controllo repGroup. /// /// /// Campo generato automaticamente. /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// - protected global::System.Web.UI.WebControls.ListView listGroups; + protected global::System.Web.UI.WebControls.Repeater repGroup; /// /// Controllo odsGroup. @@ -31,41 +31,5 @@ namespace MoonProTablet.WebUserControls /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.ObjectDataSource odsGroup; - - /// - /// Controllo grView. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::System.Web.UI.WebControls.GridView grView; - - /// - /// Controllo ods. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::System.Web.UI.WebControls.ObjectDataSource ods; - - /// - /// Controllo hfCodGruppo. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::System.Web.UI.WebControls.HiddenField hfCodGruppo; - - /// - /// Controllo hfCodArticolo. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::System.Web.UI.WebControls.HiddenField hfCodArticolo; } }