G
Guest
Hi
I have a table in an sql database that contains data that has been encrypted
using the DPAPI.
What I am trying to achieve is to bind several controls on a vb 2005 windows
form to those fields but display the decrypted data in the controls instead
of the encrypted data. I also want to use a binding navigator to scroll
through the records and to add/delete records. I don't have a problem with
the encryption/decryption but am having trouble doing it dynamically with the
bound controls.
I have tried using several of the bindingsource events but they seem occur
when opening the form or at other times.
Any assistance would be appreciated.
Ian
I have a table in an sql database that contains data that has been encrypted
using the DPAPI.
What I am trying to achieve is to bind several controls on a vb 2005 windows
form to those fields but display the decrypted data in the controls instead
of the encrypted data. I also want to use a binding navigator to scroll
through the records and to add/delete records. I don't have a problem with
the encryption/decryption but am having trouble doing it dynamically with the
bound controls.
I have tried using several of the bindingsource events but they seem occur
when opening the form or at other times.
Any assistance would be appreciated.
Ian