how to save image in vb.net 2008 and view in datagrid? i use mysql databasa.
Printable View
how to save image in vb.net 2008 and view in datagrid? i use mysql databasa.
Google this 512-51659-StoreImagesAndFiles, it might get you started
Follow the CodeBank link in my signature and check out my thread on Saving Images In Databases. As for displaying those images in a DataGridView (which is what you should be, and probably are using) is no different to displaying any other data. One of the standard columns is for images and it will be created by default if you bind a DataTable containing images.