4
Answers

How to add integer to textbox name in for loop

for(int k=1;k<=f;k++)
{
textbox+k+.text=file[k]

}
here it is not correct way to concatenate textbox and integer
Answers (4)