I want to display Rows in dynamically using ASP.NET
with a condition of:
If RowCount=7, then 8th Row should display in 2nd column.
Ex:
----------------------------------
Theory Practicals
----------------------------------
AAA GGG AAAAAA GGGGGG
----------------------------------
BBB HHH BBBBBB
----------------------------------
CCC CCCCCC
----------------------------------
DDD DDDDDD
-----------------------------------
EEE EEEEEE
-----------------------------------
FFF FFFFFF
-----------------------------------

There are a lot of ways to interpret what you're asking. How many rows and columns will you allow? Are your columns in DIVs or TABLEs? Try posting some sample code and a bit more background information so more people can give focused advice.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.