Using jQuery for ASP.NET Textbox Autocomplete
Posted by: MS-Joe,
on 23 Apr 2011 |
View original | Bookmarked: 0 time(s)
The ASP.NET Ajax Control Toolkit includes an “Autocomplete Extender“. In this series I’ve been demonstrating ways to implement the features of the MS Ajax Toolkit with jQuery. jQuery UI makes “AutoComplete” very straight forward (Read the plugin spec here.) Here is the behavior. After the user enters 2 or more characters, then the UI starts [...]...