Introduction
In
this article I will explain how to set watermark text for password textbox
using JavaScript in asp.net.
Description:
In
previous article I explained how to set watermark text for textbox using
JavaScript.
In one situation I got requirement like implement watermark text for password
textbox which contains TextMode=”Password”.
After did some research I realized that we don’t have a chance to implement
watermark text for password textbox because it won’t support in all the
browsers.