Link to home
Start Free TrialLog in
Avatar of grogo21
grogo21

asked on

Using For Each

Hello how can I write a for each loop which will write every item in the namearraylist?  Heres what I have:

        For Each Name In NameArrayList
            Response.Write(NameArrayList.Item(0).ToString)
        Next


Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Luis Pérez
Luis Pérez
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial