ttkalec1
Member
- Joined
- Feb 26, 2005
- Messages
- 19
Hi, I have an (I think) easy question.
I have a situation where i have an array of strings like
Dim Names as string()
and this array doesnt always have the same number of strings in it.
My problem is that i have to print that strings on to my aspx page but I obviously cant use label controls on my aspx form for this, cause I dont know how much strings will I have, so I cant populate my labels.
I need to print these names in a list like this:
Peter
Bob
Michael
So, what control to use for this or how to print these names one below the other?
I have a situation where i have an array of strings like
Dim Names as string()
and this array doesnt always have the same number of strings in it.
My problem is that i have to print that strings on to my aspx page but I obviously cant use label controls on my aspx form for this, cause I dont know how much strings will I have, so I cant populate my labels.
I need to print these names in a list like this:
Peter
Bob
Michael
So, what control to use for this or how to print these names one below the other?