zumiPage to help building AJAX applications

With zumiPage you can create web applications that look and react like desktop applications without any knowledge of JavaScript and client-side development. Writing AJAX-powered web applications is now easy as developing standard ASP.NET projects.

How it works?
  • zumiPage seamlessly handles any postback like it was a web-service but requires no changes to existing code.
  • Reading parameters and properties from server-side controls works exactly the same as always, because all postbacks are managed by ASP.NET.
  • Each server-side event can directly update server-side controls without the need to transfer data types back to the client.
  • After handling postback events only relevant parts of the page are sent back to the browser, keeping the bandwidth as low as possible.

Really cool idea if you don’t have to much time on your hands to handle some AJAX development (even if it’s always better to try by yourself)

Not free but quite cheap licence and a live demo here

No Comments