how to convert string to control ?

Posted by Gold on Stack Overflow See other posts from Stack Overflow or by Gold
Published on 2010-05-30T13:51:52Z Indexed on 2010/05/30 14:12 UTC
Read the original article Hit count: 199

Filed under:
|

hi

i have string MyText that hold "L1"

i have label control that his name is "L1"

is there any way to read label L1 using MyText ?

somthing like: TMT = MyText.text

or: TMT = ((Control)MyText.ToString()).Text;

thank's in advance

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-ce