Hi,
I have a two diamensional array with Name, Age.
I have to loop the array in the code behind of the page (C#) and disply each set of record in two boxes like a table without using table.
The left box will have Name of the person and the right box will have Age of the person.
There can be 1-N number of people (rows). How can I display the Name and Age in boxes with some nice styles without using Tables.
Thanks