I have an ASP.NET web page. It consist of a Gridview with a textbox column. Now I want to implement autocomplete feature to the textbox column such that whenever we start entering data into the textbox, suggestions start appearing. Also autocomplete suggestion source should come from a database table column..
Please can anyone give me the source code or some useful link.. Its rather urgent
Thanks in advance !!
Ravikumar GPosted Jun 10, 2013, 2:18 AM
Anurag SarkarPosted Jun 9, 2013, 9:36 PM
Windows Application
http://csharpdotnetfreak.blogspot.com/2009/01/ajax-autocomplete-textbox-gridview.html
Web Site ASP.NET
Please check out the above link thanks.