ASP.NET 4.0 AJAX - Dynamic update to the DOM

 

As I was doing my talk on Saturday at the Atlanta Code Camp on data binding at the Atlanta Code Camp, there was a question about the  DOM being updated.  The question arose wondering if the DOM itself was really being updated.  Thanks to Paul Lockwood, he said that Firebug in Mozilla could tell us if it was being updated or not.  I pulled out FF 3 with Firebug, opened the page, started to drill through the code, and bang, there was the grid.  I did not know that Firebug had that feature.  Thanks to Firebug for showing that and thanks to the ASP.NET AJAX team for dynamically updating the DOM.

 

dynamic dom

PS. My buddy Dave Ward told me that it's possible for Firebug to display DOM changes only.

Original Url: http://morewally.com/cs/blogs/wallym/archive/2009/03/19/asp-net-4-0-ajax-dynamic-update-to-the-dom.aspx

2 Comments

Comments have been disabled for this content.