



Hello all,
I have an assignment and chosed ASP.
The issue is if by using GRIEDVIEW I can turn what i have done up to now,
to what ideally I would like to do..
Griedview gets information from 4 columns.
I want to palce the information returned from the last 2 columns below the information obtained from the
first two.
For instance a row is like:
BOOK_IMAGE | LITERAL |WRITER | ISBN
and i want it like:
BOOK_IMAGE | LITERAL |
WRITER | ISBN
Is it possible?Maybe with the ItemTemplate somehow..
Thank you very much in advance.

