Aug 9, 2005 #1 mohaimen Programmer Dec 24, 2001 25 BD Hi, How can I implement the intelligent search feature (to go to an item starting with '4639' user will press 4 then 6 then 3 then 9 ) in ASP.NET? Regards. Mohaimen
Hi, How can I implement the intelligent search feature (to go to an item starting with '4639' user will press 4 then 6 then 3 then 9 ) in ASP.NET? Regards. Mohaimen
Aug 10, 2005 #2 mmaz Programmer Nov 22, 2000 347 This feature is "Autocomplete". Here's the one I used: http://www.dotnetjohn.com/articles.aspx?articleid=132 hth... Upvote 0 Downvote
This feature is "Autocomplete". Here's the one I used: http://www.dotnetjohn.com/articles.aspx?articleid=132 hth...