Grouping columns? how could I do this?

becks1985

New Member
All of the controls for displaying data group things by the whole dataset. I need to be able to group by a department and list everyone in each department. In regular asp this would have been fairly easy to accomplish but in NET umm i am kinda lost on what I should do. My thought was to create a datagrid for each dept(13) and stick it inside a table to get 2 columns. Here is a picture of what I wanna do somewhat:<BR><BR>----------------- ---------------<BR> A/R 'same over here<BR> <BR>List of employee <BR>----------------- ---------------<BR><BR>'repeat in column 'repeat in column<BR><BR>My idea good? or is there a better way to accomplish that?<BR><BR>Matt
 
Back
Top