How to show progress indicator for AutoComplete Extender in ASP.NET
In ASP.NET if we want to show autocomplete suggestion in a textbox (e.g: In Google when we start typing something it shows us a list of suggestion depending on the words / letters we have typed), then we can use AjaxControl Toolkit’s AutoComplete Extender. Generally AutoComplete Extender does an Ajax call to ASP.NET Webmethod and…
read more