Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Ajax AutoCompleteExtender in update panel.But it showing me error. please provide me solution. Upadte panel i am using for not refresh page.




XML
<asp:TextBox ID="txtCommunicationCity" runat="server">
                   </asp:TextBox>
                 <ajax:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server" TargetControlID="txtCommunicationCity"
                       MinimumPrefixLength="1" EnableCaching="true" CompletionInterval="100" ServiceMethod="GetSuggessions"
                       CompletionSetCount="20" ContextKey="strOtherPram">
                   </ajax:AutoCompleteExtender>
Posted

1 solution

Based on what you asked, there is not much anyone can help specifically.

Though, following should get you an idea:
Using AJAX AutoCompleteExtender for autosuggest[^]
Using the AutoComplete Extender to Automatically Perform a PostBack[^]
AutoComplete Demonstration[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900