Okay I read the great articles you guys have on the datagrid and I like what I see. The only thing I'm don't know how to do is grouped output.. Example I frequently do something like<BR>Group 1<BR> ? ?hehehe<BR> hoooo<BR>Group 2<BR> dadada<BR> mkay<BR><BR>In asp classic I return an order record set and look for changes in the group header to start a new row.. Is there an 'option' in asp.net datagrid to do something like this?Looks like a job for the Repeater Control... You can design the output any way you'd like and then it repeats for each record. Similar to grid but some different flexibility.