Le problème est résolu,
avant j'utiliser le findControl comme sa :Alors qu'il fallait faire :Code:FindControl("a").Text = "aaa"
Merci à tous :yaisse2:Code:
1
2 Label b = (Label)FindControl("a"); b.Text = "aaa";
Version imprimable
Le problème est résolu,
avant j'utiliser le findControl comme sa :Alors qu'il fallait faire :Code:FindControl("a").Text = "aaa"
Merci à tous :yaisse2:Code:
1
2 Label b = (Label)FindControl("a"); b.Text = "aaa";