From 662ceb331e6c5bd8790adb1e0df99bb6938ac897 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 18 Jul 2018 17:18:19 +0200 Subject: [PATCH] Inizio testing di typeahead --- MP-TAB/MP-TAB.csproj | 14 ++++++++++++ MP-TAB/Test.aspx | 44 ++++++++++++++++++++++++++++++------ MP-TAB/Test.aspx.designer.cs | 27 ---------------------- 3 files changed, 51 insertions(+), 34 deletions(-) diff --git a/MP-TAB/MP-TAB.csproj b/MP-TAB/MP-TAB.csproj index aeed2b52..095af563 100644 --- a/MP-TAB/MP-TAB.csproj +++ b/MP-TAB/MP-TAB.csproj @@ -416,6 +416,8 @@ Always + + @@ -441,6 +443,10 @@ + + + + @@ -481,6 +487,7 @@ Web.config + @@ -709,6 +716,13 @@ BootstrapNoUpdPnl.Master + + cmp_newODL.ascx + ASPXCodeBehind + + + cmp_newODL.ascx + mod_checkHttps.ascx ASPXCodeBehind diff --git a/MP-TAB/Test.aspx b/MP-TAB/Test.aspx index e1a5259b..7646afe3 100644 --- a/MP-TAB/Test.aspx +++ b/MP-TAB/Test.aspx @@ -1,18 +1,48 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="MoonProTablet.Test" %> -<%@ Register Src="~/WebUserControls/mod_controlliProd.ascx" TagPrefix="uc1" TagName="mod_controlliProd" %> +<%--<%@ Register Src="~/WebUserControls/mod_controlliProd.ascx" TagPrefix="uc1" TagName="mod_controlliProd" %> <%@ Register Src="~/WebUserControls/mod_regScarti.ascx" TagPrefix="uc1" TagName="mod_regScarti" %> -<%@ Register Src="~/WebUserControls/mod_confProd.ascx" TagPrefix="uc1" TagName="mod_confProd" %> - - - +<%@ Register Src="~/WebUserControls/mod_confProd.ascx" TagPrefix="uc1" TagName="mod_confProd" %>--%>
- + <%-- - + --%> + Prova typeahead +
+ +
+
diff --git a/MP-TAB/Test.aspx.designer.cs b/MP-TAB/Test.aspx.designer.cs index 8e25bb2d..cc702a95 100644 --- a/MP-TAB/Test.aspx.designer.cs +++ b/MP-TAB/Test.aspx.designer.cs @@ -11,32 +11,5 @@ namespace MoonProTablet { public partial class Test { - - /// - /// Controllo mod_regScarti. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::MoonProTablet.WebUserControls.mod_regScarti mod_regScarti; - - /// - /// Controllo mod_controlliProd. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::MoonProTablet.WebUserControls.mod_controlliProd mod_controlliProd; - - /// - /// Controllo mod_confProd. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::MoonProTablet.WebUserControls.mod_confProd mod_confProd; } }