displaying escape characters like &, ' in text control

Hi,
I want to display escape characters like &,’ etc in a text control
for example
you&Me

but it shows you&Me

How to display these characters in text control?

Hi Sunny,

There is a property called “escape” for the Text control.
in your case it is set to true. set it to false and provide the value for the text control like with some space like this :–> You & Me. It will display the text.

Thank you
Keval