9
shouts

Building a Data Grid in ASP.NET MVC « MVC#

published 738 days, 16 hours, 51 minutes ago posted by ali62bali62b 741 days, 9 hours, 18 minutes ago
Sunday, February 14, 2010 11:22:25 AM GMT Thursday, February 11, 2010 6:55:02 PM GMT

Abstract: . In this post I’m going to show how you can build a Data Grid in ASP.NET MVC which has the sorting and paging features while you have enough control over the generated HTML  and more important you do this in a testable manner. And also you have bookmarking feature which is useful when user likes to share a specific page of the sorted data just by copying and pasting the URL from browser’s address bar. We avoid using JavaScript for this so the users which often disable JavaScript  in their brow...

category: ASP.NET | clicked: 0 | | source: mvcsharp.wordpress.com | show counter code
tags: ASP.NET MVC, data grid