Asp.net – How to type in a label on runtime (vb.net)?
I want at runtime to click on my label and change its text, how to do that? Private Sub BapAra_KeyPress(sender As Object, e As KeyPressEventArgs) Handles MyBase.KeyPress Label1.Text &= e.KeyChar End Sub