tags:

views:

57

answers:

2

Hello All,

I want to make an Auto complete TextBox in C# that Bind to a data source

Any help will be appreciated

Thanks in Advance

+5  A: 

You can use either jQuery Autocomplete or ASP.NET AJAX Toolkit Autocomplete

veggerby
Please explain the downvote
veggerby
I'll chime in here, I've had good experiences with jQuery Autocomlete. A documenteation can be found at http://docs.jquery.com/Plugins/autocomplete.
Emil Badh
+7  A: 

I use ajaxcontrol toolkit's AutoComplete

Pandiya Chendur