J
Johan
Hello,
I have to following problem
normal situation
label.text = "blablabla"
What I would like to do, is make the label variable.
eg.
Dim currentLbl As New Label()
For Each ftranslationrec In ftranslation.Tables(0).Rows
lbl = ftranslationrec("label")
LBL_FROM.Text = ftranslationrec("translation") --> THIS WORKS !!!!
currentLbl.FindControl(ftranslationrec("label")) --> THIS DOES NOT WORK
!!!
currentLbl.Text = ftranslationrec("translation")
Next
Is this possible in vb dot net ?
Thanks in advance,
Johan Van Loo
I have to following problem
normal situation
label.text = "blablabla"
What I would like to do, is make the label variable.
eg.
Dim currentLbl As New Label()
For Each ftranslationrec In ftranslation.Tables(0).Rows
lbl = ftranslationrec("label")
LBL_FROM.Text = ftranslationrec("translation") --> THIS WORKS !!!!
currentLbl.FindControl(ftranslationrec("label")) --> THIS DOES NOT WORK
!!!
currentLbl.Text = ftranslationrec("translation")
Next
Is this possible in vb dot net ?
Thanks in advance,
Johan Van Loo