asp.net vb --- for loop?

  • Thread starter Thread starter Jay W
  • Start date Start date
J

Jay W

Guest
i am trying to learn how to use the for loop and am really confused. im reading asp.net 3.5 and it gives me this code.

for loopcount as integer = 1 to 10
lbl1.text &= loopcount.tostring() & "< br />"
next

but where should i write this code..

i am using visual web developer 2008 express edition.
 
Back
Top