For each loop: array (VB.net) : Array « Collections « ASP.Net
For each loop: array (VB.net) : Array « Collections « ASP.Net ... Dim ColorList(6) as String Sub Page_Load ColorList(0) = "Red" ColorList(1) = "Orange" ColorList(2) = "Yellow" ColorList ......