Ajax in C ASP.Net Net Pages
What is AJAX? AJAX stands for asynchronous JavaScript and XML, and is a technology that allows your ASP.Net lacework pages to bullwork yet expanded dynamically.
An AJAX-enabled website has three exceeding benefits:
- Less bandwidth use
- More responsive
- More approximating a desktop application
A average ASP.Net stage does a comprehensive postback whenever decided events are triggered, bounteous specifically press-stud Click events. What that mode is the authority of the integral folio is sent to the server, updated, and then the solid chapter is returned to manifest to the user.
What AJAX does is let on the webpage to achieve a postback on slender parts of the page. By creating an UpdatePanel, peerless the any of the period inside of it testament postbacked. Thus the rest of the leaf can last intact.
The distinguishable betterment of not having to resend the plentiful episode is the reduced appliance of bandwidth. Further not having to revive the adequate sheet makes the ASP.Net phase faster and besides responsive. Thus behaving else enjoy a desktop application.
The first-class branch of AJAX is that it's super unceremoniously to integrate into your webpages. Simply install the Microsoft Atlas Framework and you are excellent to go. Honorable get to add a ScriptManager on the identical top of the ASP.Net page.
As you might get guessed by now, AJAX opens up the door to all kinds of custom mesh controls. The Atlas Framework does not come with frequent prebuild controls so a congenial country to dawn is with the Ajax Dominion Toolkit.
Published: June 22, 2008