Hi,

I have a form with 5 text boxes, T1 - T5, I want to take the values of the textbox in a loop, say
for(i=1;1<=5;i++)
{
checking the values.
}

Now how to get the values in this loop? say if I have a variable

var T= "T" + i; inside the loop, how to make this string as a textbox and get the value?

Thanks,
Pres