Modified:
01/02/2008
Script ID: #5819
Features
1 Save View State
New functionality allow you to save view state of controls of your web application during each callback. You can now work with View state during callback same as working with View State during post backs.
2 AJAX
AJAX (Asynchronous JavaScript And XML) enable your web applications to increase interactivity, speed and usability.
3 ASP.NET Standard controls & 3rd Party controls
KCallback.net can AJAX enable standard ASP.NET controls and 3rd party controls.
4 Save State
You can save the state of all the form controls during callback request by setting the SaveState property to true.
5 Callback Result
Return callback result to a client-side function instead of rendering.
6 Callback Error
Return callback error to a client-side function for exception handling.
7 Override Output
Override the callback contents both on the server-side and client-side.
8 Loading Display
Display an HTML block while processing the callback request.
9 Disable Controls During Callback
KCallback.net can automatically disable selected controls during callback
10 Enable Caching
Cache callback arguments and results on the client-side to improve performance.
11 MultiArgument
You can pass multiple arguments into the Callback event handler and process them on the server-side.
12 Auto Callback
Initiate callbacks automatically at specified intervals in milliseconds.
13 User Control
You can insert the KCallback.net control into a user control. So that you are able to run two instances of the same user control on the same page.
14 Client-Side API
KCallback.net support client side function to handle the result and error for the callback response from the server.
15 Server-Side API
Process callback request in the Callback event handler.
16 Before and After execute client side event handler
This allows you to alter/cancel the callback before and after execute client side event.
17 XHTML Compliance
XHTML 1.0 Transitional compliant.
License Information
Direct link to this listing: