This commit is contained in:
Zakharov_Rostislav 2024-05-26 17:24:02 +04:00
parent 2f0065e609
commit ba49b79cc6

View File

@ -18,8 +18,10 @@
}
</select>
</div>
<asp:RadioButton id="Word" name="Word" GroupName="format">Получить в формате Word</asp:RadioButton>
<asp:RadioButton id="Excel" name="Excel" GroupName="format">Получить в формате Excel</asp:RadioButton>
<asp:RadioButtonList ID="buttons" runat="server">
<asp:ListItem id="Word" name="Word" Text="Получить в формате Word" />
<asp:ListItem id="Excel" name="Excel" Text="Получить в формате Excel" />
</asp:RadioButtonList>
</div>
<div class="row">
<div class="col-9" />