- <%: CognomeNome %>
+ opr: <%: CognomeNome %> [<%: MatrOpr %>]
diff --git a/MP-TAB/WebUserControls/mod_title.ascx.cs b/MP-TAB/WebUserControls/mod_title.ascx.cs
index 2fa4c821..4fb43ba9 100644
--- a/MP-TAB/WebUserControls/mod_title.ascx.cs
+++ b/MP-TAB/WebUserControls/mod_title.ascx.cs
@@ -44,6 +44,7 @@ namespace MoonProTablet.WebUserControls
// altrimenti controllo se c'รจ utente in sessione..
checkAuthCookieMoonProTablet();
}
+#if false
// cerco in sessione i vari dati disponibili...
string cognomeNome = "";
try
@@ -53,7 +54,8 @@ namespace MoonProTablet.WebUserControls
catch (Exception exc)
{
logger.lg.scriviLog(string.Format("Eccezione in mod_title - page_load: {0}", exc), tipoLog.EXCEPTION);
- }
+ }
+#endif
}
///
/// verifica al presenza di un cookie VALIDO per autorizzare il device
@@ -172,6 +174,16 @@ namespace MoonProTablet.WebUserControls
return devicesAuthProxy.getPage(Request.Url);
}
}
+ ///
+ /// Cognome Nome utente
+ ///
+ public string MatrOpr
+ {
+ get
+ {
+ return DataLayer.MatrOpr.ToString();
+ }
+ }
///
/// Cognome Nome utente