I'm a beginner in visualbasic.net
I've 50 textbox from 1 to 50 and my question is how can get a value o show a value in a specific textbox?
for example the user enter a number to a text box and I save the user's number to variable X
now I need to show in textbo(x) the number which enered the user or get the value of textbox(x).
Do I need a array of 50 textboxes? how?
please help me on this
I've 50 textbox from 1 to 50 and my question is how can get a value o show a value in a specific textbox?
for example the user enter a number to a text box and I save the user's number to variable X
now I need to show in textbo(x) the number which enered the user or get the value of textbox(x).
Do I need a array of 50 textboxes? how?
please help me on this
Comment