| Image1 | Image2 | Image3 | Image4 |
| Image5 | Image6 | Image7 | Image8 |
| Image9 | Image10 | Image11 | Image12 |
how to edit columns in gridview
i want to display photos in gridview like
i was edited gridview but it display images in one column not side by side
priya mishraPosted Apr 15, 2014, 11:42 PM
Munesh SharmaPosted Apr 15, 2014, 2:03 AM
http://stackoverflow.com/questions/18376378/making-a-column-editable-in-an-asp-net-gridview
Abhay ShankerPosted Apr 15, 2014, 12:50 AM
for more detail please check below link
http://www.dotnetfox.com/articles/how-to-display-images-in-datalist-control-using-Asp-Net-with-C-Sharp-1037.aspx
FroglegPosted Apr 14, 2014, 4:56 PM
dataGridView1_Rows[0]_Cells[0]_value = image1 - is first column first row
dataGridView1_Rows[0]_Cells[1]_value = image2 - is second column first row