Hello,
I have to display all the data from the database in tables in ASP. I am able to get the data but the problem is of displaying one to many relations.Like below Title1 has two records but how would i display in the table
Title1 heading1 heading 2 heading 3
x y x1 y1
a b a1 b1
Tite2 heading1 heading 2 heading 3
x y x1 y1
a b a1 b1
My loop is getting all the data together. I don't know hoe to seperate that
Could any one help with this.
Many thanks,
Teju