So basically, I am new to coding and I don’t know how to make it so that if I type my name into a text box, it can display in a list box and a label. I would show pictures, but I forgot my flash drive at school.
I tried to make it so that the label displays the same text as the text box, like this: lblName.Text = txtName.Text, but that didn’t work. I haven’t tried the list box because I don’t know how to do that.
New contributor
Samuel Annan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.