Lazy-Load TabPanels

Matt Berseth’s blog talks about lazy-load for the Ajax Toolkit Tab Panels: http://mattberseth.com/blog/2007/07/how_to_lazyload_tabpanels_with.html The basic idea is to put an update panel inside each tab panel, along with a hidden button as the async trigger of the update panel. The tab panel provides an OnClientActiveTabChanged event, which then calls a JavaScript to click on that … Continued

AJAX FileUpload

AJAX-styled FileUpload is the ultimately goal. It’s quite painful right now. I certainly hope that Microsoft comes up with a “real” solution in the near future. Here are some existing resources to look at, until we combine all the knowledge and build our own. I’ve simply ignore all the paid services and components out there, … Continued