The VARCHART XGantt ASP.NET Edition uses Ajax
Combining ASP.NET with AJAX at present resounds throughout the ASP.NET world. What is AJAX and what are the benefits for you?
Ajax signifies "Asynchronous JavaScript and XML" and denotes a communication structure between a web server and a web browser. Within a HTML page, it allows to perform requests without having to re-load and build up the page.
The benefit of this is, that data can be loaded by and by, just as needed. Static web pages appear as interactive desktop applications.
If JavaScript is available in a web browser, the VARCHART XGantt ASP.NET control automatically uses those options. From the developer's part, no additional effort is required for implementing. Apart from a non-jittering screen picture when interacting with the system elements, additional tooltips can be produced that continue to improve the support of the user.

