By mswatcher
via trycatchfail.com
Published: Oct 11 2008 / 06:48
I think it is a safe assumption that every web developer has had to display tabular data at one point or another. Tabular data is easy with ASP.NET: bind a GridView to a data source, and you're all set. But with ASP.NET MVC, things are a little trickier. We don't have access to all the nice WebForms controls. Still, it's fairly easy to do: just write a for-loop, or better yet, use the grid helper from MvcContrib.
Tweet
SaveShareSend
Tags: .net, frameworks, javascript
Add your comment