Stories recently tagged with 'Dashboard'

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

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

tags: another