A Slider DataPager with Dynamic Tooltips
A few weeks ago I wrote a post explaining how the AjaxControlToolkit's Slider control could be used as a data pager. One of the teams I am currently working with has adopted this approach and is implementing it throughout their site. While this technique seems to work well, one feature the team would like to add is a custom tooltip that not only displays the typical paging statistics (i.e. page X of Y), but also gives the user a hint as to what can be found on each page of data. It's this last bit of information that increases the value of the tooltip. Not only are we showing the user the typical paging statistics, but now they can get an idea of what data can be found on the page before actually navigating to it. Below is a screen shot of how this looks. Live Demo (IE6, IE7 and...