version 1.0.2005.1 final (self-servicing)
VS2005 asp.net 2.0
hiya,
I need to iterate thru all the rows in a typedList and concatenate them into a string.
I don’t know if there’s a built in way to do this, but if not, I’ll have to iterate thru the typedList.
TListDogTitleTypedList currTitles = new TListDogTitleTypedList()
foreach TblDogTitleEntity ???? in currTitles
I know that I need a foreach statement, but I don’t know what I use to contain the values.
Can anyone help?
Cheers,
yogi