Response title
This is preview!
When i populate the combobox outside the tab of jquery UI it works fine. But when the same is done within the tab, the dropdown button of CB is not displayed and also the dropdown list is not visible. I'm new to using Javascript. can anyone help me in this regard.
<div id="tabs-3">
<asp:ComboBox ID="ComboBox2" runat="server" AppendDataBoundItems="True"
DataSourceID="SqlDataSource1" DropDownStyle="DropDownList"
AutoCompleteMode="SuggestAppend" DataTextField="display_name"
DataValueField="display_name" style="display: inline;"
AutoPostBack="True" MaxLength="0" Visible="true">
</asp:ComboBox>
</div>
© 2013 jQuery Foundation
Sponsored by and others.