How to display some data differnetly than it is stored.
- by Ben
Hello,
I seem to have a problem that I can't find a solution for. I have a table that has this format.
projectId | departmentId | plan | ETC | month | year | ID
But, I need to find a way to take that data and display it like this.
Since this is my first time here I can't upload an image, but you can view it here.
http://img85.imageshack.us/img85/8253/image004y.png
Is this something a gridview can handle, or a repeater, or something else?
Thank you.
Ben