By tag: AjaxControlToolkit
0
kicks
Fixing the Jumping AJAX Rating Control
The Rating Control has a bug that causes the page to jump tot the top after clicking. Here is a simple fix using jQuery.
0
kicks
Ajax Control Toolkit - Multipart Series Article
A multi-part series article on Ajax Control Toolkit.
0
kicks
You voted lots, we fixed lots [AJAX Control Toolkit release!]
Version 10920 is out with lot's of bug fixes
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...