Fix update control
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user