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

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....
 
H

Herfried K. Wagner [MVP]

* 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>
 

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

Top