I am fairly new to Web programming. I am having an issue with my ListSearchExtender prompt. Where it should display "Type to Search" all I am getting displayed is"...h", three periods and the last letter. When you type it is the same, it displays three periods and the last character you type. Thanks for any help you may have!
<asp:Panel ID="Panel1" runat="server"><table border="0" cellpadding="5" cellspacing="2" style="margin-right:auto; margin-top: 0px;" align="center"><tr><td style="text-align:right"><asp:Label ID="Label1" runat="server" Text="Vendor:" Font-Bold="True" /></td><td><ajaxToolkit:ListSearchExtender ID="LSE" runat="server" TargetControlID="dlVendorID" PromptPosition="Top" PromptCssClass="ListSearchExtenderPrompt" PromptText="Type to search" IsSorted="true" /><asp:DropDownList ID="dlVendorID" runat="server" Width="185px" TabIndex="1" DataValueField="Name" DataTextField="Name" /><asp:TextBox ID="tbPendingVendor" runat="server" ReadOnly="True"></asp:TextBox></td>