When you want a Grid with filters, group by, totals and sorting, how do you do this (if all the data is in a list) ?
There are 6 options:
if you need to use the object model (like PublishedBy.aspx) to interate through records - use Option 1,3,5 , and we prefer option 5.
if you need to bind a simple list - use Option 4 (best designer, scheduling included, parameters are easy... we know that iFrame is not great).