is it possible to repeat one control many times using for loop?
like,
for(i=0;i<5;i++ )
{
textbox1.text;
}
anybody know plz help me