Ajax.net autocomplete clear cache programmatically

With the .net auto complete control, there is an attribute enablecache which tells the auto-complete to use caching or not. If this attribute is set to true, typing the same search text within a set number of seconds, instead of retrieving the data again from the database, the previous search results will be used.
Although caching [...]

Autocomplete not showing up even though no exception has occured

While working with the Ajax tookit autocomplete extender, I have encountered a very strange problem. On one of the pages where autocomplete were setup, the autocomplete had a huge delay. There were no exceptions, the data was retrieved fine, when in debug mode, the autocomplete would show, but when running on the server, the autocomplete [...]

Ajax.net autocomplete, passing selected value ID to code behind

With the more work I am doing on the Ajax.Net frame work, the more better I am thinking of, but what I found is that sometimes even though the functionalities are all there, they seem to be hidden and you had to really dig deep to find out how to get it working.
Just recently, I [...]