update x gestione etichette da completare...
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -89,7 +89,7 @@
|
||||
<div runat="server" id="divDetail" style="width: 30%; float: left;">
|
||||
<div>
|
||||
<h4><%: traduci("Tag2Item") %></h4>
|
||||
<uc1:mod_tag2Item runat="server" ID="mod_tag2Item" />
|
||||
<uc1:mod_tag2Item runat="server" ID="mod_tag2Item" modoControllo="ITEMS" />
|
||||
</div>
|
||||
<div>
|
||||
<h4><%: traduci("Tag2Macc") %></h4>
|
||||
|
||||
@@ -123,7 +123,15 @@ namespace GIM_site.WebUserControls
|
||||
|
||||
protected void grView_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
divDetail.Visible = (grView.SelectedIndex >= 0);
|
||||
if (grView.SelectedIndex >= 0)
|
||||
{
|
||||
divDetail.Visible = true;
|
||||
mod_tag2Item.TagCode = grView.SelectedDataKey["TagCode"].ToString();
|
||||
}
|
||||
else
|
||||
{
|
||||
divDetail.Visible = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user