I have a dataset that has 6 columns. Two of these columns contain passwords. I need to use these passwords for FTP purposes, but I would like the user to see only "****" when they run the program. How can I do this
~Lauren
I have a dataset that has 6 columns. Two of these columns contain passwords. I need to use these passwords for FTP purposes, but I would like the user to see only "****" when they run the program. How can I do this
~Lauren
datasets -- hiding passwords from user's view
jack zareba
right-click on the datagridview. Select Edit column ... and you could remove or make the column visible = false;
Hope it helps
yanke
nirav4343
pserranop
Is the dataset bound to a DataGridView