Fix update control
This commit is contained in:
@@ -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