1

My AutoCompleteExtender works except that the extender is in the wrong position it's to far down i tried this link here but it didn't work this is in ie browser

                    <table border="0" cellpadding="0" cellspacing="0">
                    <tr>
                        <td>

                 <asp:DropDownList ID="DropDownList1" runat="server">
                    <asp:ListItem Value="Email">Email</asp:ListItem>
                    <asp:ListItem Value="UserName">User Name</asp:ListItem>
                </asp:DropDownList>
                       </td>
                        <td>
                 <asp:TextBox ID="TxtSearch" runat="server"></asp:TextBox>
                <ajaxToolkit:AutoCompleteExtender ID="AutoComplete1" runat="server" BehaviorID="AutoCompleteEx"
                    TargetControlID="TxtSearch" ServicePath="~/CMSWebServices/MemberService.asmx" ServiceMethod="SearchUsersByName"
                    MinimumPrefixLength="2" CompletionInterval="500" EnableCaching="true" CompletionSetCount="12" CompletionListElementID="TxtSearchPosition">
                </ajaxToolkit:AutoCompleteExtender>   
                <ul id="TxtSearchPosition"></ul>

                        </td>
                        <td>
                 <asp:Button ID="ButtonSearch" runat="server" Text="Search" />

                        </td>
                    </tr>
                </table>
Community
  • 1
  • 1
ONYX
  • 5,679
  • 15
  • 83
  • 146
  • it should be the problem related to css ... – Madhu Beela Feb 15 '12 at 05:15
  • I solved it no worries. I had to wrap a div around the AutoCompleteExtender – ONYX Feb 15 '12 at 05:22
  • Hi! I am facing the same issue (http://stackoverflow.com/questions/16416573/ajax-auto-complete-extender-ie9-wrong-display-positon) in IE9. Could you please suggest me how to solve it? Thanks a lot! – Crista23 May 07 '13 at 10:33

0 Answers0