Use array and ArrayList (VB.net) : ArrayList « Collections « ASP.Net
Use array and ArrayList (VB.net) : ArrayList « Collections « ASP.Net ... Dim ColorList(6) as String Dim FontList as new ArrayList() Sub Page_Load ' Add the colors to the array ColorList(0) ...
www.java2s.com |