I would like to use a TextBox for a password, but before the user enters the TextBox, I want to see “enter password” as the text.
How is this usually accomplished using ASP.NET? Do I have to create second textbox and manipulate the visibility using Javascript?
If using HTML 5, just use a placeholder.
With jQuery, there is the jQuery-watermark plugin: