2
Answers

Image in GridView

Riddhi Valecha

Riddhi Valecha

11y
834
1
Hi all...
I need help in playing with GridView..

I have binded the gridview with DataTable.

Now, I want to add a clickable delete image on all the rows of the gridview, except for the header.

And, on this click, I want to delete that row from the gridview and database.

Eg -
1 ABC 20,000.00 [IMAGE]
2 DEF 10,000.00 [IMAGE]
------
How do I get this design ??

Please help me out... Thanks in advance..
Answers (2)
0
Riddhi Valecha

Riddhi Valecha

NA 3.1k 186.6k 11y
Hi..

I have already visited this link...

The image is not in the database... its in a folder of the website.....

I have to add 1 column without header text and fit this image there...
0
Satyapriya Nayak

Satyapriya Nayak

NA 53k 8m 11y
http://www.c-sharpcorner.com/UploadFile/5089e0/show-image-in-gridview-using-Asp-Net/