Posted: 1/21/2009
Hey friends
I want to integrate autosuggest functionality to textbox in asp.net
Please reply asap.
Thanks in advance
Posted: 1/22/2009
Hi,
You can use the AutoComplete ajax extender control (which comes as a part of ASP.NET AJAX toolkit). Here is the link on this:
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx
You can get the sample source code and also see the video on how to use it here:
http://www.asp.net/learn/ajax-videos/video-122.aspx
Hope this helps,
Vivek
Posted: 3/6/2009
Hello!!
you can view my blog:
http://codeasp.net/blogs/vinay_jss/microsoft.net/111/how-to-implement-autoextender-for-autosuggest-textbox
hope this will help.........
Posted: 4/15/2009
sarangmahajan said: I want to integrate autosuggest functionality to textbox in asp.net
Another interesting article about:
Google Suggest Functionality Using AJAX