I have a string A = "textbox23"
I have an integer X that I want to output
how do I get my program to execute:
textbox23.Text = X
using the info from the string?
2007-03-09
04:30:38
·
3 answers
·
asked by
cpine505
3
in
Computers & Internet
➔ Programming & Design
I thought of doing what you did below, with IF statements, but what if I have hundreds of text boxes thatcould be outputed to, I don't want to write hundreds of IF statements...I was hoping to create some kind of loop.
2007-03-09
04:48:05 ·
update #1