fix refresh velòoce in sel pedane
This commit is contained in:
@@ -115,6 +115,11 @@ namespace MP_MAG.WebUserControls
|
||||
{ }
|
||||
// descrizione
|
||||
txtDescr.Text = $"{newNum}";
|
||||
// se sono in add --> sollevo evento editing
|
||||
if (divAddNew.Visible)
|
||||
{
|
||||
raiseEditing();
|
||||
}
|
||||
}
|
||||
|
||||
#endregion Private Methods
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<asp:HiddenField runat="server" ID="hfPackListID" />
|
||||
<asp:Timer runat="server" ID="timerGestPed" Interval="2000" OnTick="timerGestPed_Tick" />
|
||||
<asp:Timer runat="server" ID="timerGestPed" Interval="5000" OnTick="timerGestPed_Tick" />
|
||||
</ContentTemplate>
|
||||
</asp:UpdatePanel>
|
||||
Reference in New Issue
Block a user