ASP.NET AutoComplete Extender Troubleshooting One of my tasks in our last release was to create a search box for a large value tree. For the implementation we (my team leader Doron [http://blogs.microsoft.co.il/blogs/dorony/] and I) decided to use the AutoComplete extender from the
ASP.NET Handling unhandled exceptions from AJAX.Net postback A couple of days ago, I had to deal with a bug in a page I wrote. The page contains a couple of UpdatePanel controls. For some reason, when an exception was thrown during the PostBack of one of this panels, the page was
Ajax UpdatePanelExtender Upgrade In Updating an UpdatePanel in the Client side [https://blog.house-of-code.com/updating-an-updatepanel-in-the-client-side], I described how I was able to update an UpdatePanel from the client side. The solution was pretty simple: Create an extender which adds an hidden button to the update panel,
DEV DefaultButton, UpdatePanel and System.Web Last week I've encountered a very weird problem when I tried to use the new DefaultButton property of an Asp.Net Panel in an UpdatePanel. I used two Panels, each one in a different UpdatePanel, and set the DefaultButton. Something like this:
ASP.NET Updating an UpdatePanel in the Client side In the last couple of weeks I have been learning the ASP.Net Ajax extensions [http://ajax.asp.net/] and Ajax Control Toolkit [http://ajaxcontroltoolkit.codeplex.com/]. It really is an amazing framework for simple and complex web applications. While I was practicing the