B
Bronco
Hi all,
I'm trying to achieve something like this:
<codesnipet>
Label label;
string labelref = "labelName";
label = form.Controls[labelref];
// etc...
</codesnipet>
Obviously this won't work because Controls only takes an integer. How do can
do this?
TIA,
Bronco
I'm trying to achieve something like this:
<codesnipet>
Label label;
string labelref = "labelName";
label = form.Controls[labelref];
// etc...
</codesnipet>
Obviously this won't work because Controls only takes an integer. How do can
do this?
TIA,
Bronco