5
Shouts

Web Pages - Efficient Paging Without The WebGrid

published 676 days, 20 hours, 39 minutes ago posted by MikesdotnettingMikesdotnetting 677 days, 23 hours, 23 minutes ago
Sunday, July 18, 2010 12:34:51 PM GMT Saturday, July 17, 2010 9:51:21 AM GMT

Web Pages - Efficient Paging Without The WebGrid   If you want to display your data over a number of pages using WebMatrix Beta1, you have two options. One is to use the built-in paging support that comes with the WebGrid helper. But that means that your data will be displayed within an HTML table. If that is not your preferred layout choice, you need to write your own paging code. Let's look at how you can do that.

 

Actually, there is another problem with paging within the WebGrid hel...

category: ASP.NET | clicked: 5 | | source: www.mikesdotnetting.com | show counter code
tags: SQL Server Compact Edition, asp net web pages, Razor, WebMatrix