Begginer question: How do I replace passwords with * in the textbox control

T

Tom

I have a textbox control for password and am attempting to hide the input,
however I don't see a property for this.

I do seee there is an HTML password control... do I need to use this
instead?
 
K

Karl Seguin

TextMode...

<asp:textbox id="password" runat="server" TextMode="Password" />

Karl
 
G

Guest

Hi,

You could do so by selecting the textbox, and change the text mode property
to "password"

regards,
WeiChung
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top