What is the fastest

Do while x = 100
x=x+1
Loop

or

For x = 0 to 100
Next

Is it the same in ASP

Or is there a faster way??