Ajaxium 2.0 brings Ajax to ASP.NET applications

Article

Ajaxium 2.0 brings Ajax to ASP.NET applications

SearchVB.com staff

Category: Components

Description: The latest version of Ajaxium, from the company with the same name, allows developers to Ajax-enable ASP.NET 2.0 applications without changing the application's life cycle. Available functionality includes loading notification panels (an example of which appears on the company's Web site) and user-defined timers for page updates, both of which are done using standard ASP.NET panels.

Making an app Ajax-ready requires a single line of code -- Ajaxium.Processor.Init(this); -- that applies to default, custom and third-party controls. While an entire page can be Ajax-enabled with this code, it can, for example, distinguish between a single panel that uses Ajax and the rest of the page that does not. Ajaxium automatically detects an Ajax request inside server-side code, finds the difference between that request and the standard HTML displayed on the client, encodes the changes on the server side and then returns the changed code to the client-side code. If the Ajax request fails, then the client-side code executes the default ASP.NET postback.

Company site: www.ajaxium.com
Trial download: www.ajaxium.com/free-ajax-library.aspx

    Requires Free Membership to View

    When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchWinDevelopment.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchWinDevelopment.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.