I have a datagridview that has as its binding source a datatable in .net 2.0. There are some columns in the datagridview that hase as their source (datatable) columns that are defined as Byte[]. By default the datagridview reads these as of type image and aborts. I want to display them as string and so far what I tried fails. if someone can help it would be appreciated.