Posted on April 1, 2008 by Lisa Zhou
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 [...]
Filed under: Ajax.Net, autocomplete | 2 Comments »
Posted on March 17, 2008 by Lisa Zhou
YSlow is a plug-in for the Firebug plug-in in Firefox, it is developed by Yahoo and is used for performance profiling. YSlow is a great tool for seeing how your Ajax functions are actually performing.
Apart from the normal benefits of YSlow like analysis of your page size, number of http requests, GZip components, expire headers, [...]
Filed under: Ajax.Net, Performance | Tagged: Ajax, Ajax Performance, Firebug, YSlow | Leave a Comment »
Posted on March 14, 2008 by Lisa Zhou
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 [...]
Filed under: Ajax.Net, autocomplete | Leave a Comment »
Posted on February 27, 2008 by Lisa Zhou
The website here www.ajaxrain.com is a really good website for Ajax component resources. The site is updated frequently and lists out different Ajax components by category, language and the library it uses, i.e JQuery, Prototype, .Net.
The site is structured like a blog so you can tag a particular Ajax component or add comments to it [...]
Filed under: Ajax.Net | Leave a Comment »
Posted on January 7, 2008 by Lisa Zhou
Update panel is probably one of the first thing that you will use once you get your Ajax toolkit with the .net Framework. Other than the basic button in the panel, I’ve just recently found a few other ways of triggering an refresh in the panel,which wasn’t obvious to me before.
Other than placing an button [...]
Filed under: Ajax.Net, Update Panel | Tagged: Ajax.Net, Update Panel | 11 Comments »
Posted on December 14, 2007 by Lisa Zhou
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 [...]
Filed under: Ajax.Net, autocomplete | Tagged: Ajax Tookit, Ajax.Net, autocomplete, vb.net | 6 Comments »
Posted on December 3, 2007 by Lisa Zhou
For one of the projects that I was working on, I tried to use the cascade drop down list control provided in the Ajax.Net toolkit. Because I’ve spent hours in the internet and digging through the forum posts to figure out exactly how it works, so I thought I would post it here.
I had two [...]
Filed under: Ajax.Net, Cascade Drop down list | Tagged: Ajax, Ajax Toolkit, Ajax.Net, autocomplete, vb.net | 4 Comments »