Hello i am facing a problem that involves autocomplete, i searched for some help on google, all i tried wasn't working, wanted to try this:
But while compiling it gives me about 40 errors, my code is this:
Masterpage
<ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server">
</ajaxToolkit:ToolkitScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</ContentTemplate>
</asp:UpdatePanel>
I tried changing textbox autopostback to true, no luck
Thanks for your help.