Completata gestione fase B3 x v_2.1

Installato su IIS01/IIS02 e winlab
Generato installer CMS (zip)
This commit is contained in:
Samuele E. Locatelli
2015-12-01 15:05:48 +01:00
parent 3e177e1fa7
commit 5bafd9d410
19 changed files with 147 additions and 37 deletions
@@ -90,10 +90,21 @@ namespace CMS_SC.WebUserControls
CodSchedaVersNum = string.Format("{0}.{1}.{2}", grView.SelectedDataKey["CodScheda"], grView.SelectedDataKey["Vers"], grView.SelectedDataKey["NumScheda"]);
if (CodSchedaVersNum != "")
{
// salvo selezione...
// rimando a dettaglio....
// salvo parametro
savePar("ddlSelScheda", CodSchedaVersNum);
// sollevo evento...
raiseEvent();
}
}
/// <summary>
/// salva su DB il parametro scelto dall'utente
/// </summary>
/// <param name="paramName"></param>
/// <param name="paramValue"></param>
protected void savePar(string paramName, string paramValue)
{
DtProxy.man.taUsrPar.upsert(OpAuth.currAuth.email, paramName, paramValue);
}
protected void btnReset_Click(object sender, EventArgs e)
{
resetSelezione();