how to give image to a particular cell in datagrid view in vb.net
I want to add rows in to a grid while running.
I added new rows by enabling add property of gridview
In that row one of the cell is an image .if i am adding one cell type as DataGridViewImageColumn.
then at adding new row, image cell shows only X(not showing image from Resourses).

HI,
Go through this link, might you will get what you are looking for,
http://msdn.microsoft.com/en-us/library/2ab8kd75.aspx

BTW, Are you fatching images from database or you have created one foler in Solution Bar?
How are you fetching?. Need to be briefed

thank u for ur reply.
Images are not from database.it is from the folder.
The link u attached actually add a new column always.
my need is not like that.
i want to add column only once, add images always to the added column

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.