password text field

hi, it is possible to write code to allow user create password text field that comes with (*) star text field instead of (.) dot password text filed!

is there is way that we can convert password text filed from dot to star text!

Alidad



Answer this question

password text field

  • Voodoo45

     

    I think you should be able to change the password character

    Have a look at msdn2.microsoft.com/en-us/system.windows.forms.textbox.passwordchar.aspx

     



  • cnishigu

    The HTML Input control in IE does not offer this feature. You could simulate it by creating a normal Input type=Text control and JScript, but it would be a bit of a hack.

    Why would you want to do this


  • password text field