Creating a Simple Dashboard using the TabContainer and ListView Controls
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 ... For my example app I created a Sales Dashboard control that displays sales figures for all of the sales people in some fictional company. The dashboard has three different tabs, each provides a different view of the same data. For my example, the only...