From 6ae26fe787fb21756f15efebdc6ac4a0578ee123 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 20 Sep 2017 15:38:24 +0200 Subject: [PATCH] inizio test autocomplete pagina PAI --- ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx | 35 ++++++++++--------- .../WebUserControls/mod_PrestPAI.ascx.cs | 7 ++++ .../mod_PrestPAI.ascx.designer.cs | 9 +++++ 3 files changed, 35 insertions(+), 16 deletions(-) diff --git a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx index d2a87db..dfa1c19 100644 --- a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx +++ b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx @@ -1,5 +1,7 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_PrestPAI.ascx.cs" Inherits="ScheMe.WebUserControls.mod_PrestPAI" %> +<%@ Register Src="~/WebUserControls/mod_autocompleteShort.ascx" TagPrefix="uc1" TagName="mod_autocompleteShort" %> +
@@ -20,18 +22,20 @@ - + - -   +
+ +   +
- + @@ -70,31 +74,30 @@ - + - + + + -
- + - - - - - + + + - + @@ -105,9 +108,9 @@ - +
-
+ \ No newline at end of file diff --git a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.cs b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.cs index 33a53ff..ce0a5ce 100644 --- a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.cs +++ b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.cs @@ -10,6 +10,13 @@ namespace ScheMe.WebUserControls { public partial class mod_PrestPAI : System.Web.UI.UserControl { + /// + /// url base area services + /// + public string serviceUrl(string method) + { + return string.Format("/{0}/WS_data.asmx/{1}", memLayer.ML.confReadString("serviceUrl"), method); + } protected int idxPaziente { get diff --git a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.designer.cs b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.designer.cs index 24ced20..3b6deab 100644 --- a/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.designer.cs +++ b/ScheMe-PIC/WebUserControls/mod_PrestPAI.ascx.designer.cs @@ -12,6 +12,15 @@ namespace ScheMe.WebUserControls { public partial class mod_PrestPAI { + /// + /// Controllo acCodPrest. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::ScheMe.WebUserControls.mod_autocompleteShort acCodPrest; + /// /// Controllo grView. ///