I want to display the text entered in a textbox on a label character by character.
I.e, if I enter a character in textbox, I need to display that character in the label. Up to the length of the textbox, this procedure has to done for the label also.
How can i achieve this?