Как использовать bootstrap в списке in ASP.NET
как использовать bootstrap в asp.net поле со списком поле со списком
<asp:ListBox ID="ListBox1" runat="server" list-group-item-action"></asp:ListBox>
list-group
list-group-item-action
Что я уже пробовал:
<asp:ListBox ID="ListBox1" runat="server" class="list-group-item list-group-item-action"></asp:ListBox>