Hi All,
I have an app in which I create a varying number of textboxes at runtime based on input from the user slecting a radio button choice. After creation I want to fill the text property, i.e. Textbox1.Test = "sometext". The "some text" is stored in arrays.
What might the code for this look like?
Thanks,
Trebormac
I have an app in which I create a varying number of textboxes at runtime based on input from the user slecting a radio button choice. After creation I want to fill the text property, i.e. Textbox1.Test = "sometext". The "some text" is stored in arrays.
What might the code for this look like?
Thanks,
Trebormac