Hi,
how can I serialize a dataGridview Object? I didn't find any method
with name serialize().
I know it sound wired, but I want to encrypt the data afterwards...
Regards
Tino
Bela Istok - 23 Nov 2006 14:18 GMT
You can Serialize the data of the DataGridView, look at the DataSource of
the dgv, if you need to encrypt the data see the
System.Security.Cryptography.CryptoStream
Regards,
Bela Istok
> Hi,
>
[quoted text clipped - 6 lines]
>
> Tino