7
Shouts

Looking At The WebMatrix WebGrid

published 1015 days, 17 hours, 11 minutes ago posted by MikesdotnettingMikesdotnetting 1016 days, 4 hours, 12 minutes ago
Sunday, August 08, 2010 7:36:48 PM GMT Sunday, August 08, 2010 8:36:11 AM GMT

Looking At The WebMatrix WebGrid   One of the most useful helpers provided by ASP.NET Web Pages via WebMatrix is likely to be the WebGrid, which is designed for displaying tabular data. Still in Beta 1, documentation is sparse, so here's a more detailed look the WebGrid Helper.

 

The WebGrid helper is designed for rendering data taken from a database or provided via some other means. It has built-in support for paging and sorting (although a bug in the Beta 1 prevents you sorting on nu...

category: Web Dev | clicked: 9 | | source: www.mikesdotnetting.com | show counter code
tags: asp net web pages, WebMatrix