ASP.NET ajaxcontroltoolkit autocomplete ul overlay issue
问题 I have a following snippet of code in my ASP.NET application (simplified): <asp:Panel ID="Panel7" runat="server"> <asp:TextBox ID="RecTextBox" runat="server" autocomplete="off" Height="18px" Width="800px"/> <ajaxToolkit:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server" CompletionListCssClass="autocomplete_completionListElements" CompletionListHighlightedItemCssClass="autocomplete_highlightedListItem" CompletionListItemCssClass="autocomplete_listItem" CompletionSetCount="20"