This article explains jQuery autocomplete with multiple fields using Asp.Net C#.
Scenario : Listing business titles for a specific city/state location.
Initially I used AJAX CONTROL TOOLKIT (ACT) but I ran in to many issues and finally decided to use jQuery approach which really saved my time.
You can Download the complete source code from here
Add jQuery assets on your page.
jQuery Code for consuming web service.
Code-behind for ASMX class (don’t forget to uncomment System.Web.Script.Services.ScriptService)
You can Download the complete source code from here
Hope this help and If you have any comments, please feel free to write your feedback.
Thanks
Deepu