How to display some data differnetly than it is stored.

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-05-12T20:03:09Z Indexed on 2010/05/12 20:04 UTC
Read the original article Hit count: 274

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about vb.net