diff --git a/MP-Tablet/WebMasterPages/jQueryMobile.Master.designer.cs b/MP-Tablet/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs
similarity index 56%
rename from MP-Tablet/WebMasterPages/jQueryMobile.Master.designer.cs
rename to MP-Tablet/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs
index 33951b9a..25f56e07 100644
--- a/MP-Tablet/WebMasterPages/jQueryMobile.Master.designer.cs
+++ b/MP-Tablet/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs
@@ -7,81 +7,63 @@
//
//------------------------------------------------------------------------------
-namespace MoonProTablet.WebMasterPages {
+namespace MoonProTablet.WebUserControls {
- public partial class jQueryMobile {
+ public partial class mod_enrollByAuthKey {
///
- /// Controllo Head1.
+ /// Controllo ddlIdxDipendente.
///
///
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
- protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
+ protected global::System.Web.UI.WebControls.DropDownList ddlIdxDipendente;
///
- /// Controllo TitleContent.
+ /// Controllo odsOperatori.
///
///
/// 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.ContentPlaceHolder TitleContent;
+ protected global::System.Web.UI.WebControls.ObjectDataSource odsOperatori;
///
- /// Controllo PlaceHolder1.
+ /// Controllo txtUserAuthKey.
///
///
/// 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.PlaceHolder PlaceHolder1;
+ protected global::System.Web.UI.WebControls.TextBox txtUserAuthKey;
///
- /// Controllo form1.
+ /// Controllo lblWarning.
///
///
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
- protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+ protected global::System.Web.UI.WebControls.Label lblWarning;
///
- /// Controllo ScriptManager1.
+ /// Controllo btnConferma.
///
///
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
- protected global::System.Web.UI.ScriptManager ScriptManager1;
+ protected global::System.Web.UI.WebControls.Button btnConferma;
///
- /// Controllo mod_title1.
+ /// Controllo btnAnnulla.
///
///
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
- protected global::MoonProTablet.WebUserControls.mod_title mod_title1;
-
- ///
- /// Controllo MainContent.
- ///
- ///
- /// 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.ContentPlaceHolder MainContent;
-
- ///
- /// Controllo mod_footer1.
- ///
- ///
- /// Campo generato automaticamente.
- /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
- ///
- protected global::MoonProTablet.WebUserControls.mod_footer mod_footer1;
+ protected global::System.Web.UI.WebControls.Button btnAnnulla;
}
}
diff --git a/MP-Tablet/regNewDevice.aspx b/MP-Tablet/regNewDevice.aspx
index a1885ea5..29e28eaf 100644
--- a/MP-Tablet/regNewDevice.aspx
+++ b/MP-Tablet/regNewDevice.aspx
@@ -1,6 +1,9 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bootstrap.Master" AutoEventWireup="true" CodeBehind="regNewDevice.aspx.cs" Inherits="MoonProTablet.regNewDevice" %>
-<%@ Register src="WebUserControls/mod_regNewDevice.ascx" tagname="mod_regNewDevice" tagprefix="uc1" %>
+
+<%@ Register Src="WebUserControls/mod_regNewDevice.ascx" TagName="mod_regNewDevice" TagPrefix="uc1" %>
+
+