Matt Berseth telling in his blog about his expirience of new ASP.NET3.5 controlss usage. He writes:
«One of the projects I am working on is on the verge of failure. For a while now the writing has been on wall, but this was the week that everyone finally realized it. Its a rotten feeling and I hate it. So to cheer myself up and to keep the creative juices flowing I thought I would play around a little bit with ASP.NET 3.5's new ListView, DataPager and LinqDataSource controls.

A while back, I came across a really nice looking data grid that I wanted to create a ListView skin for. Besides the nice soft blue color scheme, I liked the data grid's sorting icons, all caps headers, alternating row styles as well as the simple text-based data pager. So I used the ListView and DataPager controls to build the visual elements of the data grid and used the LinqDataSource to source the grids data. I have written a few other posts on these controls before, feel free to check them out if you would like to see other examples (all come with live demos as well as code downloads) ...»
You can download download code and vie the live demo of this grid example in Matt Berseth Blog.
Comments