Thank you, I tried make code:

[Code]
int i = 1;
Controls["lblFP" + i].Text = "Test";
[Code/]

Give me error "Object reference not set to an instance of an object." i try adjust code to run but need help.