I want my TextBox's text which has already product name on it to automatically vanishes when I click on it, and I can enter the text box I want in it.
- The product name must be there always while there is no text in the TextBox
- I also want that if I click on the TextBox for the second time I don't lose what I've already entered.
Please let me know how can I do it without loosing the data I've entered manually in it and I can get the default text whenever there is nothing entered by myself in the text box.