Author: Mike Brind | Posted on: 8/8/2010 10:34:36 PM | Views : 888

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. ...

Go to the complete details ...