1
Reply

How to create Boxes on ASP.NET page from Code Behind (C#) wi

r p

r p

Oct 9 2013 10:37 AM
1.4k

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


Answers (1)