textbox-password

  • Thread starter Thread starter vinnie
  • Start date Start date
V

vinnie

how do i set in the property panel a textbox (ASP.net 2.0 control) as
password field? I want to show *** when the user inserts the password.

Thanks
Vinnie
 
how do i set in the property panel a textbox (ASP.net 2.0 control) as
password field? I want to show *** when the user inserts the password.

Set the TextMode property of the TextBox to TextBoxMode.Password.

Michael
 

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

Back
Top