property panel

  • 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
 
Set the TextMode property of the TextBox control to 'Password'

-Michael Placentra II
 

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

Similar Threads

textbox-password 1
flowing words 7
layer 5
newbie: autosize 3
fieldvalidator 1
GroupBox In ASP.NET 2
TextMode : Password 5
ASP + FLASH = possible??? 6

Back
Top