Multiple Rows of TabPanels

In Nazar Rizvi’s blog he talks about making changes to the default AjaxToolkit TabPanel’s css class to enable multiple rows of tabs. http://www.narizvi.com/blog/post/Two-rows-of-tab-headers-in-TabContainer-in-Ajax-Control-Toolkit.aspx The blog teaches where to modify in the source code and you have to rebuild the dll. However, you can just put the following in your style sheet. Note that you do … Continued

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