Ciao, potete aiutarmi a riportare in C# asp net questo codice in classic asp 3.0?
Grazie
codice:
Randomize()
intUP  = 9
intLow =  1

intRange = intUp - intLow 
intRandom = CInt ((intRange * Rnd()) + intLow)

Response.Write(intRandom & "<br /><br />")

for i = 1 to (numero) + intRandom
   Response.Write(intRandom & "<br />")
next