Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

ListSearchExtender problem

$
0
0

I have a simple dropdownlist and I added an AJAX ListSearchExtender.  Here is my code:

<asp:dropdownlist ID="ddlState" runat="Server" DataTextField="StateName" DataValueField="StateAbbreviation" Width="300px">
</asp:dropdownlist>
<asp:ListSearchExtender ID="lseState"
runat="server"
TargetControlID="ddlState">
</asp:ListSearchExtender>

If I hit the Tab key down to the DropDownlist and start typing then the ListSearchExtender works fine.  But if I click in the DropDownList and expand it and then start typing, nothing happens.  What am I doing wrong?


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>