Fill textboxes created at runtime from array

Trebormac

New member
Joined
Apr 11, 2008
Messages
1
Programming Experience
1-3
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
 
Back
Top