A
Albert
Hi list,
I have following situation
dim s as string = "KEYFIELD"
I have a form with a usercontrol on it named "KEYFIELD"
to set its value i do KEYFIELD.value="SomeValue"
How can i use "s" to get the control. So that i can do like this
s.Value="SomeValue"
Hope i explained it clearly.
Thanks in advance,
Albert
I have following situation
dim s as string = "KEYFIELD"
I have a form with a usercontrol on it named "KEYFIELD"
to set its value i do KEYFIELD.value="SomeValue"
How can i use "s" to get the control. So that i can do like this
s.Value="SomeValue"
Hope i explained it clearly.
Thanks in advance,
Albert