Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone,
i m using ajax autocomplete extender in my site it initially work but after url rewriting its not working.i m write webservice method in my code behind page.pls help me to solve my problem


Thanks
Manoj
Posted
Comments
Sinisa Hajnal 3-Dec-14 1:55am    
Code? We cannot help you without seeing anything. Ajaxtoolkit autocomplete doesn't work if it is withing update panel.
Manohar Khillare 3-Dec-14 1:57am    
see i m post my code

1 solution

ASP.NET
<asp:textbox id="txtSearch" placeholder="Search Here for Symptoms or Health Conditions" xmlns:asp="#unknown">
                                        runat="server" OnTextChanged="txtSearch_TextChanged"></asp:textbox>
                                    <cc1:autocompleteextender id="AutoCompleteExtender1" runat="server" targetcontrolid="txtSearch" xmlns:cc1="#unknown">
                                        MinimumPrefixLength="1" EnableCaching="true" CompletionInterval="100" ServiceMethod="GetSuggessions"
                                        UseContextKey="true" CompletionSetCount="20">
                                    </cc1:autocompleteextender>
 
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