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 and I) decided to use the AutoComplete extender from the Ajax Control Toolkit. While implementing, we ran
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
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:
Ajax UpdatePanelExtender Upgrade In 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, and performs a click on
ASP.NET Updating an UpdatePanel in the Client side In the last couple of weeks I have been learning the ASP.Net Ajax extensions and Ajax Control Toolkit. It really is an amazing framework for simple and complex web applications. While I was practicing the technology, I notice that there was something missing.