Serialization of dataGridview?

  • Thread starter Thread starter datawaregrid
  • Start date Start date
D

datawaregrid

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

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

Back
Top