update x nome mostrato in tab flessibile (codHW)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<add key="appName" value="PROJ-ETS" />
|
||||
<add key="SiteName" value="ETS" />
|
||||
<add key="mainRev" value="1.0" />
|
||||
<add key="minRev" value="223" />
|
||||
<add key="minRev" value="224" />
|
||||
<add key="stdEmail" value="info@steamware.net" />
|
||||
<add key="_safePages" value="Default.aspx#unauthorized.aspx#forceUser.aspx#login.aspx#test.aspx#Test.aspx" />
|
||||
<!--area gestione auth cookie-->
|
||||
|
||||
@@ -344,8 +344,9 @@ namespace PROJ_ETS.WebUserControls
|
||||
else
|
||||
{
|
||||
rigaDip = (Ds_ProjEts.DipendentiRow)tabDip.Select(string.Format("idxDipendente={0}", tabD2ATR[pos_x].idxDipendente))[0];
|
||||
cell.Text = rigaDip.codHw;
|
||||
//cell.Text = rigaDip.SIGLA;
|
||||
cell.Text = rigaDip.Nome.Substring(0, 1) + rigaDip.Cognome.Substring(0, 1) + rigaDip.Cognome.Substring(1, 2).ToLower();
|
||||
//cell.Text = rigaDip.Nome.Substring(0, 1) + rigaDip.Cognome.Substring(0, 1) + rigaDip.Cognome.Substring(1, 2).ToLower();
|
||||
cell.ToolTip = string.Format("{0} {1}", rigaDip.Nome, rigaDip.Cognome);
|
||||
}
|
||||
riga.Cells.Add(cell);
|
||||
|
||||
@@ -239,8 +239,9 @@ namespace PROJ_ETS.WebUserControls
|
||||
else
|
||||
{
|
||||
rigaDip = (Ds_ProjEts.DipendentiRow)tabDip.Select(string.Format("idxDipendente={0}", tabD2ATR[pos_x].idxDipendente))[0];
|
||||
cell.Text = rigaDip.codHw;
|
||||
//cell.Text = rigaDip.SIGLA;
|
||||
cell.Text = rigaDip.Nome.Substring(0, 1) + rigaDip.Cognome.Substring(0, 1) + rigaDip.Cognome.Substring(1, 2).ToLower();
|
||||
//cell.Text = rigaDip.Nome.Substring(0, 1) + rigaDip.Cognome.Substring(0, 1) + rigaDip.Cognome.Substring(1, 2).ToLower();
|
||||
cell.ToolTip = string.Format("{0} {1}", rigaDip.Nome, rigaDip.Cognome);
|
||||
}
|
||||
riga.Cells.Add(cell);
|
||||
|
||||
@@ -307,8 +307,9 @@ namespace PROJ_ETS.WebUserControls
|
||||
else
|
||||
{
|
||||
rigaDip = (Ds_ProjEts.DipendentiRow)tabDip.Select(string.Format("idxDipendente={0}", tabD2ATR[pos_x].idxDipendente))[0];
|
||||
cell.Text = rigaDip.codHw;
|
||||
//cell.Text = rigaDip.SIGLA;
|
||||
cell.Text = rigaDip.Nome.Substring(0, 1) + rigaDip.Cognome.Substring(0, 1) + rigaDip.Cognome.Substring(1, 2).ToLower();
|
||||
//cell.Text = rigaDip.Nome.Substring(0, 1) + rigaDip.Cognome.Substring(0, 1) + rigaDip.Cognome.Substring(1, 2).ToLower();
|
||||
cell.ToolTip = string.Format("{0} {1}", rigaDip.Nome, rigaDip.Cognome);
|
||||
}
|
||||
riga.Cells.Add(cell);
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user