Stories recently tagged with 'TabContainer'

Creating a Simple Dashboard using the TabContainer and ListView Contro(mattberseth.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

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 with some Google Analytic style skins I tried combining the AjaxControlToolkit's TabContainer control with a simple ListView rendered data table to see if I could mimic some of the dashboard controls that google uses. I thought it turned out pretty well so I figured I would write a quick post ... read more...

add a comment |category: |Views: 385

tags: another

Matt Berseth: LinkedIn Style Themes for Tab Container Control(mattberseth.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 11 months ago

LinkedIn Style Themes for the AjaxControlToolkit Tab Container Control read more...

1 comment |category: |Views: 135

tags: another

How To: Make Tab control panels load "on-demand"(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 7 months ago

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 to build this in. But for now... Basically we can do this with UpdatePanels. read more...

add a comment |category: |Views: 364

tags: another

AjaxControlToolkit: TabPanel.Visible="False" should not display header(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 9 months ago

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 wait for the next release to get around the issue. Here's a solution. read more...

add a comment |category: |Views: 308

tags: another