How to get a passwordchar on a datagrid in VB.net

  • Thread starter Thread starter Tony C.
  • Start date Start date
T

Tony C.

I'm using a datagrid to allow the users to edit their passwords.
I've set the passwordchar on my columnstyle on the column I
want to use as a password on a datagrid and I can't get the textboxt
to use the passwordchar. Any suggestions?

thanks,
Tony C.

A textbox by itself works just fine, but a textbox as part of a
datagrid -> I can't get it to work....
 
* Tony C. said:
I'm using a datagrid to allow the users to edit their passwords.
I've set the passwordchar on my columnstyle on the column I
want to use as a password on a datagrid and I can't get the textboxt
to use the passwordchar. Any suggestions?

thanks,
Tony C.

A textbox by itself works just fine, but a textbox as part of a
datagrid -> I can't get it to work....

Did you have a look here?

<http://dotnet.leadit.be/extendeddatagrid>
 
Back
Top