Fix update control

This commit is contained in:
Samuele E. Locatelli
2020-07-10 08:07:55 +02:00
parent 2dc63b83e3
commit 55f4d8ba79
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -18,8 +18,7 @@
</asp:Repeater>
<div class="text-danger">
<b>completare con interazione campi richiesti!!!</b><br />
NB: campi richiesti devono prevedere check con valore in tab specifica istanze ODL
<b>completare con interazione campi richiesti!!!</b> --> i campi richiesti devono prevedere check con valore in tab specifica istanze ODL
</div>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByCodArt" TypeName="MapoDb.DS_SheetTechTableAdapters.ST_ActualRowTableAdapter">
<SelectParameters>
@@ -18,6 +18,7 @@ namespace MoonProTablet.WebUserControls
set
{
hfType.Value = value.Trim();
fixDisplay();
}
}
public string dataLabel
@@ -44,7 +45,6 @@ namespace MoonProTablet.WebUserControls
}
protected void Page_Load(object sender, EventArgs e)
{
fixDisplay();
}
private void fixDisplay()