J
jonathandrott
hi,
I'm trying to update a label with the text in a textbox as the user
types in the information.
something like this is not working:
Protected Sub TextBox1_TextChanged(ByVal sender As Object, ByVal e As
System.EventArgs)
label1.text = me.textbox1.text
End Sub
I want to update the label for every key stroke.
I'm trying to update a label with the text in a textbox as the user
types in the information.
something like this is not working:
Protected Sub TextBox1_TextChanged(ByVal sender As Object, ByVal e As
System.EventArgs)
label1.text = me.textbox1.text
End Sub
I want to update the label for every key stroke.