Yesterday I wrote about issue with Ajax postbacks in application I am working currently. Problem was with buttons that was triggering UpdatePanels
to update asynchronously. After adding loading indicator I wanted to add error handling at client side. Continue reading “Handling Ajax errors in ASP.NET”
Global UpdatePanel loading indicator in ASP.NET
When I started working on application I am working right now, one of first things I noticed, that was not entirely wrong but was inconvenient: when user clicked on some button that triggers update panel you was not entirely sure it worked or not. Why? Because of three things: Continue reading “Global UpdatePanel loading indicator in ASP.NET”