By default, the password fieldbox masked all the text the user typed as **.
I want to be able to display a string on the Password field box.
So it should says "Please enter your Password" initially when the password control is loaded.
Currently aspx showing it as *******
How can i best achieve this?
Cheers