bselect icon indicating copy to clipboard operation
bselect copied to clipboard

Loop in dropdownlist when autopostback = true.

Open luchito76 opened this issue 10 years ago • 0 comments

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.-

luchito76 avatar Jun 30 '14 16:06 luchito76