1

I want to know which one is the best way to implement autocomplete in aspx forms using jquery? What is the difference between using bsn.autosuggest and jquery autocomplete.If possible pls explain Thanks in advance.

kbvishnu
  • 14,760
  • 19
  • 71
  • 101
  • @Shog9 I want to know which one is the best way to implement autocomplete? What is the differenc between using bsn.autosuggest and jquery autocomplete.If possible pls explain. – kbvishnu Nov 23 '10 at 07:35
  • Are you looking for something like the following [post](http://stackoverflow.com/questions/305994/jquery-autocomplete-and-asp-net) on StackOverflow? – Pieter Germishuys Nov 23 '10 at 07:27

2 Answers2

1

The UI Plugin should help you out. Is there something specific you're trying to hook the auto-complete to? The examples in the documentation give a pretty good explanation for several use cases to get started with.

sahhhm
  • 5,325
  • 2
  • 27
  • 22
1

I think themeing is the greatest advantage with Jquery UI auto complete.

you can get the advantages of Jquery UI auto complete here

RSK
  • 17,210
  • 13
  • 54
  • 74