Stories recently tagged with 'TabPanel'

How To: Lazy-load TabPanel's within the AjaxControlToolkit's TabContai(mattberseth.com)

submitted by k000derk000der(4765) 4 years, 9 months ago

Improve performance by using lazy loading technique. read more...

add a comment |category: |Views: 383

tags: another

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

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 11 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: 372

tags: another

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

submitted by crpietschmanncrpietschmann(11.3k) 5 years 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: 315

tags: another