Click here to Skip to main content
15,887,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need your help on this,

I have a datagridview with 3 columns, text, image,image. the 2 image columns both contain resource embedded icons. any example on how to write/read this datagridview to an xml or mdb ? appreciated.
Thanks
Posted
Updated 13-Jun-13 17:39pm
v2
Comments
john belush 13-Jun-13 22:01pm    
Thanks men
john belush 13-Jun-13 23:37pm    
any idea ?

The only way to write binary data to XML is in CDATA sections, so that's what you'll need to do. I am not sure how useful that is. An MDB is something else entirely, Access allows for binary data to be written. Perhaps if you told us what you're trying to do and why, we could help more.
 
Share this answer
 
well, my little project I'm working on is a signing board for employees (IN&OUT board). I was able to create an interface using datagridview that include 2 text columns and 2 image columns with some resource embedded icons. I have to save this info into a file just in case the computer turned off. but I'm not sure how exactley to do that. Thanks
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900