Karamasoft Releases UltimateCallback 1.0 for ASP.NET

ITPro Today

October 30, 2009

2 Min Read
ITPro Today logo in a gray background | ITPro Today

Karamasoft Releases UltimateCallback 1.0 for ASP.NET

Karamasoft announced the initial release ofUltimateCallback, an ASP.NET server control that provides AJAXcallback functionality in Web applications. This control allows you to make Webpages more responsive by exchanging data with the server behind the scenes. Whenthe user initiates a callback request, UltimateCallback refreshes only its owncontents instead of reloading the entire Web page.

 UltimateCallbackallows Web developers to AJAX-enable their Web applications to increaseinteractivity, speed, and usability. You can place an UltimateCallback controlon your Web form, then drag and drop HTML and ASP.NET controls onto theUltimateCallback panel. Then initiate a callback request from the client-sideand handle the request in the Callback event handler on the server-side; onlythe contents of the UltimateCallback control will be updated automaticallywhenever the user makes a callback to the server.

 You can overridethe rendering mechanism on the server-side or client-side. Also, you can returnthe successful callback result to a client-side function, while returning the callbackerror to another client-side function for exception handling. You can displayan HTML block while processing the callback request, as well.

 You can alsoenable caching to cache callback arguments and results on the client-side toimprove performance. If you want to work with the latest values on a Web formyou can get the latest state of all form elements along with the callbackrequest. You can initiate callbacks automatically at specified intervals inmilliseconds without a single line of coding. The control provides down-levelbrowser support by handling callback requests as regular postbacks when XMLHTTPis not supported.

 UltimateCallback isavailable as a Developer Subscription License and an Enterprise SubscriptionLicense. For more information visit http://www.karamasoft.com/UltimateCallback/Overview.aspx.For samples visit http://www.karamasoft.com/Samples.aspx?component=UltimateCallback.Licensed UISuite customers can download the UltimateCallback control for free.Others can download a fully functional trial version at http://www.karamasoft.com/UltimateCallback/Download.aspx.

 

Karamasoft LLC

Price: Startsat US$249

Web Site: http://www.karamasoft.com

 

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like