Autocomplete Extender Control in ASP.NET
AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox. Extenders are server controls that allow to extend a set of ASP.NET server controls by adding client side functionality.
Categories: .NET, ASP.NET Tags: ASP.NET, ASP.NET server controls, AutoComplete, extender, senthil, TextBox, Visual Studio, Web Service
