Completata gestione fase B3 x v_2.1
Installato su IIS01/IIS02 e winlab Generato installer CMS (zip)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user