I have a listbox with the listsearchextender as follows...
<asp:ListBox ID="CompanyTypeListBox" runat="server" DataTextField="CompanyTypeName" DataValueField="CompanyTypeId" CssClass="listbox" /><ajt:ListSearchExtender ID="CompanyTypeListBox_ListSearchExtender"
runat="server" Enabled="True" TargetControlID="CompanyTypeListBox"
IsSorted="True" PromptCssClass="listsearchextenderprompt"
PromptPosition="Bottom" PromptText="Type to search" />
My problem is that when I click in the listbox the prompt is "...h". When I start typing it changes to "...x" where x is the last letter of the listbox item.