Good evening,
I have a textbox with a default value, but if the value it's not correct, the user could change it.
What I want is if the user has to change the value, when he select the textbox the default value should disappear automatically. Now it's necessary to delete manually the default value and write the new one.
It's possible to do that?
I've tried with the Onselect property of the textbox and the blank() or Reset () function, but when I select the textbox it doesn't do anything...
Thanks,