DatagridView displaying byte[] as an image when string is needed

G

Guest

I am trying to display a sha1 hash in a DataGridView. I am using the
DataBinder to bind to a SQL database. The default behavior of the
DataGridView is to display byte[] as an image, using the
DataGridViewImageCell/Column. I would like to see the sha1 hash displayed as
a string instead -- similar to the behavior I would get from Query Analyzer.
Any suggestions?
Thanks.
 

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

Top