Question Creating timetable my college

faizzul_77

New member
Joined
May 4, 2012
Messages
1
Programming Experience
Beginner
i want to create column headers

now in my first array have this
1.png
VB.NET:
array
  CSC238,8.00-9.50
  MAT183,1.00-2.00
  ECO120,2.10-4.00
  BEL311,4.10-6.00
  MAT183,8.00,9.50

then second array, i want to do like this
2.png

HTML:
array
  8.00-8.50
  9.00-9.50
  10.00-10.50
  11.00-11.50
  12.00-12.50
  1.00-2.00
  2.10-3.00
  3.10-4.00
  4.10-5.00
  5.10-6.00
  6.00-7.00
  7.00-8.00
  8.00-8.50
  9.00-9.50

hope can help this problem
thanks
:)
 
Last edited:
Back
Top