Dear sir/madam,
I am writing an asp.net application in visual studio.net and i am stuck on something what I think shoulod be something very easy to do for more experienced users.
I have a simple table with the following fields:
Groupnumber
Groupname
What I want on my webpage is a table with all the groups in. If there are three groups, then I want to have three rows with the groupname in. If there are 7 groups, then I want to have a table with seven rows.
I do not want to make a table with hard-coded that many rows as I will get in trouble when this number is smaller than the number of groups.
So how can I make such a dynamic table?
I hope you can help me.
Thank you in advance.
Jelle
I am writing an asp.net application in visual studio.net and i am stuck on something what I think shoulod be something very easy to do for more experienced users.
I have a simple table with the following fields:
Groupnumber
Groupname
What I want on my webpage is a table with all the groups in. If there are three groups, then I want to have three rows with the groupname in. If there are 7 groups, then I want to have a table with seven rows.
I do not want to make a table with hard-coded that many rows as I will get in trouble when this number is smaller than the number of groups.
So how can I make such a dynamic table?
I hope you can help me.
Thank you in advance.
Jelle