-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
- missing years > 2016; in B1 we have
aspx file:
<asp:ListItem Text="2017 (new set only)" Value="2017" /> <asp:ListItem Text="2018 (new set only)" Value="2018" />
c# file (result):
if (this.RadioButtonList0_ComponentSet.SelectedValue == "19266") { selectedYearList.Remove("2017"); selectedYearList.Remove("2018"); }
Metadata
Metadata
Assignees
Labels
No labels