bselect
bselect copied to clipboard
Loop in dropdownlist when autopostback = true.
Hi, I´m using bselect in a dropdownlist + asp.net and when I put autopostback = true the page never stop loading, so I can not display the dropdownlist.
asp:DropDownList runat="server" ID="ddlId" CssClass="form-control" AutoPostBack="true" OnSelectedIndexChanged="ddlId_SelectedIndexChanged">/asp:DropDownList
$(function () { $("select").bselect(); });
Thank´s and regards.-