By tag: TabContainer
0
kicks
Creating a Simple Dashboard using the TabContainer and ListView Contro
As a user, I am a fan of dashboard pages. Many data centric web applications have these as landing pages (I know the one I am currently building does). These pages usually display a high-level summary of the data the application is managing for the user. A few weeks ago when I was playing around ...
0
kicks
Matt Berseth: LinkedIn Style Themes for Tab Container Control
LinkedIn Style Themes for the AjaxControlToolkit Tab Container Control
0
kicks
How To: Make Tab control panels load "on-demand"
Several people have asked about how to make the contents of their tabs load when the user first clicks them, thereby reducing initial page size. I can think of several ways to do this with varying levels of complexity, but here's away you can do right now with minimal hacking. We'll think about how...
0
kicks
AjaxControlToolkit: TabPanel.Visible="False" should not display header
If you set the visible property of TabPanels within your TabContainer to false, it still shows the Header Text in the page when rendered. What should happen is any TabPanels with Visible set to False should be hidden. A fix for this has been posted to the AJAX Control Toolkits Issue Tracker, but why...