I’m trying to implement AJAX AutoComplete for textbox.
But
<asp:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server"
BehaviorID="AutoCompleteEx"
TargetControlID="myTextBox"
ServicePath="AutoComplete.asmx" >
</asp:AutoCompleteExtender>
File AutoComplete.asmx was not found. I’m confused with this..
Tutorial on using AutoComplete from ASP.NET AJAX.
Although this tutorial uses page method instead of dedicated web service.