datasets -- hiding passwords from user's view

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




Answer this question

datasets -- hiding passwords from user's view

  • jack zareba

    U could hide those 2 columns that contains the passwords.

    right-click on the datagridview. Select Edit column ... and you could remove or make the column visible = false;

    Hope it helps

  • yanke

    Yes, it is. I am new to this so let me know if you need anything else.

  • nirav4343

    Sounds like a good solution for now... thanks!

  • pserranop

    I quite don't understant the context.

    Is the dataset bound to a DataGridView



  • datasets -- hiding passwords from user's view