hello experts . . .
there is one textbox , one label and one command button
i have written following to print textbox content to label
label1.caption=text1.text
and when & is inputted in textbox then underscore(_) is placed in the place of &.
and i know that we use & for making a hot key for a control but i want to print this(&) in label.
hovever we can do so by putting && in textbox for printing single & in label but i dont want to use it
so any idea to do so . . .