Click here to Skip to main content
15,887,294 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,
how to implement auto complete extender using wcf service....

i want to use table of my database for auto completion.

plz send me the code
Posted

 
Share this answer
 
Comments
Uday P.Singh 15-Mar-12 7:11am    
5!
sravani.v 15-Mar-12 7:18am    
Thank u Uday
parashu durgam 15-Mar-12 8:24am    
hi permalink, its working
thanks for your support...
 
Share this answer
 
You can use the Autocomplete control from Ajax Control Toolkit. It has redy-made control that has options to call the service method and return that as the suggesstion list. It has also many nice feature that you can use it. Moreover it is FREE.

Please find the sample link below which uses the webservice.

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AutoComplete/AutoComplete.aspx[^]

The link below has the exact implementation - consuming WCF service.

http://imaginativeuniversal.com/blog/?tag=/Ajax&page=2[^]
 
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