G
Guest
Hello,
This has probably been asked before but my searches are not coming up with
anything. I have this DataAdapter mapping a table and using a DataGrid to
display the contents. I update a varchar field - and this data shows up
fine. I have a timestamp field on the server side, and the DataGrid displays
this as "Byte[] Array". This is all happening on a Windows Form. I have an
example where in a form I use an edit field for the same data and I use a
HexToString to display the hex data in string format. Is there some way I
can do this on the DataGrid? Anyway I can access that field (which
represents data from a SQL Server) and run the data value through the
HexToString converter?
Example : if the binary is 0x000000abcd I want to display this as a string
"000000ABCD" on the DataGrid field.
Thank you
This has probably been asked before but my searches are not coming up with
anything. I have this DataAdapter mapping a table and using a DataGrid to
display the contents. I update a varchar field - and this data shows up
fine. I have a timestamp field on the server side, and the DataGrid displays
this as "Byte[] Array". This is all happening on a Windows Form. I have an
example where in a form I use an edit field for the same data and I use a
HexToString to display the hex data in string format. Is there some way I
can do this on the DataGrid? Anyway I can access that field (which
represents data from a SQL Server) and run the data value through the
HexToString converter?
Example : if the binary is 0x000000abcd I want to display this as a string
"000000ABCD" on the DataGrid field.
Thank you