Hi Im a first time poster.(please be gentle XD)
I'm hoping someone can help me. I just would like to ask if - aside from datagridviews and manually drawing tables- there is another way to draw data onto a page, in tabular form?
The problem is that the data I need draw in tabular form come from several different tables, and they are not joined nor union'd(id say united but it might confuse people further). for example data from one table A will be on column1 to column4 of row2 downwards. data from another table B will serve as header for the 5th column onwards--and only for the first row. then another table supplies the info for the cells under the headers made by table B.
Currently I'm drawing them manually by table. And it is exhausting, not to mention it can get confusing reeeaally fast and the table generated itself is not exactly pleasing to the eyes. Sooooooo... is there another way?
btw, im using c# for codebehind and ms visualstudio 2005.