I have a bunch of objects on a form. Mostly textboxes and I want to dynamicaly change the value of the box programatically. How can I address the textbox with a variable?? For example:
For a textbox named textbox1
Thisform.textbox1.value="value"
I need to programatically change textbox1 using a variable.
For a textbox named textbox1
Thisform.textbox1.value="value"
I need to programatically change textbox1 using a variable.