|
This is a great tool for anyone looking to do updates in realtime. No need to learn
Ajax this thing does it all for you with no coding at all. It is very a clean solution.
It can also be called manually for realtime updates with a javascript timer. Useful
for chat programs, email updates, Realtime feeds, and a million other uses. The
support is also outstanding.
user review on www.asp.net
|
Feature Highlights
-
AJAX-enable any ASP.NET controls
Simply put a CallbackPanel inside the form and other controls that you want to AJAX-update
inside the CallbackPanel;
-
Cross browser, cross platform
Like all other EO.Web Controls, EO.Web Slide Menu supports all popular browsers:
IE 5.5+, FireFox 1.0+, Mozilla 1.3+, Opera 7.2+, Safari 1.3+ and Chrome;
-
Works ASP.NET 1.1, 2.0 and 3.5
Unlike ASP.NET AJAX that only works on ASP.NET 2.0 and later, EO.Web CallbackPanel
works independently and works on all major ASP.NET versions.
-
Works transparently, not a single line of code needed
The CallbackPanel works transparently as if it didn't exist in the page --- yet
contents/controls inside the panel are automatically AJAX updated;
-
Automatically supports validators
All validations logics are performed before an AJAX call as if a post back was to
occur. This again means no special coding for AJAX;
-
Group multiple CallbackPanels
When multiple CallbackPanels are grouped together, triggering any one of them triggers
them all. Ideal for updating different regions in the same page with one AJAX call;
-
Supports inline JavaScript
Inline JavaScript code can be rendered and updated through AJAX callback;
-
Works with our without ASP.NET AJAX
EO.Web CallbackPanel works independently -- or coexists with ASP.NET AJAX. It's
not either one or the other. No tough choice to make.
|