AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

The UpdatePanel opened: what happens behind the scenes? : Damian Mehers

Wednesday, October 29 2008

The UpdatePanel is one of the coolest features of Microsoft's ASP.NET AJAX. It magically lets you enhance your web sites with AJAX goodness, with very little cost to you as a developer. If you are like me though, you'll be feeling just a little bit uncomfortable simply dragging the UpdatePanel onto your web form, and then letting it do its stuff. We want to understand what it is doing on our behalf. In this article I'll walk through what happens in the browser when an UpdatePanel updates. You'll see what events are fired, what intervention points there are where you can intercept the action, and generally get a feel for the sequence of events....

Read More:
The UpdatePanel opened: what happens behind the scenes? : Damian Mehers
Also See:
Build an Anthem.NET "AJAX" Autosuggest TextBox : Peter A Bromberg
Using a GridView with ObjectDataSource and AJAX UpdatePanel : codegod.de
Creating Secure DotNetNuke ASP.NET AJAX Web Services : Michael Washington
Introduction to the ATLAS FilteredTextBox Extender : Brian Mains

Post your comment

Comment