asp.net - Customized Generated HTML + GridView Capabilities -
asp.net's gridview controller great, it's easy use, offers sorting, paging, , other stuff, find difficult customize way looks.
the gridview generated table headers , divided columns, need users see better looking listed items, customized using css.
in other words, don't want this:
i want this:
but when i'm going generate html , customize way looks, take time implement paging , sorting myself, scratch.
so how can mix customized html capabilities of gridview?
you looking repeater
! complete control on layout , rendering, downside lot of built-in stuff paging , sorting not there.
i've used repeater
combined aspnet pager: http://www.codeproject.com/articles/11418/pager-control-for-asp-net, , rolled own multi-sort.
it's more work gridview
, if want complete control, there's no better option.
Comments
Post a Comment