Ajaxium supports all ASP.NET server-side features including data binding
Ajaxium can automatically perform page updates with a user-defined interval by periodically sending AJAX requests from the client to an ASP.NET page. This timer functionality is introduced with Ajaxium v2.0 as part of the Ajaxium Processor.
Please take note that:
- Ajaxium's AJAX Timer does not initiate an automatic refresh of the entire page if the visitor's browser does not support AJAX (even if JavaScript is enabled), so your visitors will never get trapped in an infinite loop of page reloads.
- Ajaxium ensures a total control over the timer from both the client and, what's more important, the server side code.
See the AJAX Timer tutorial for .NET developers for details.