Welcome to MSDN Blogs Sign in | Join | Help

November 2006 - Posts

Error Handling in Partial Rendering Scenarios
When using the UpdatePanel feature in ASP.Net AJAX to update portions of the page using async post-backs, there are many different approaches available to handle errors that happen on the server during the async post-back. Let's consider some of these Read More...
UpdateProgress control in ASP.Net AJAX
Partial rendering in ASP.Net via async post-backs is one of the *MOST* loved and used feature in the ASP.Net AJAX stack. The UpdateProgress control adds value to the partial rendering scenarios by providing the user visual indication of any on-going async Read More...
Page view tracker