Hi,
I have a requirement like below in .net mvc
id-- name-- address id-- name-- address
1-- a-- add1 5-- a-- add1
2--b--add2 6--b--add2
3--c--add3 7--c--add3
4--d--add4 8--d--add4
i.e above is a table displaying data dynamically from database I have to display data side by side like above.
if there are even no. of data they should be divided equally on both table.and if there are odd no. of data.Left column can have extra records.How can I achieve this. Please help.
Thanks in advance.
bhanu priya