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
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
http://www.c-sharpcorner.com/UploadFile/5089e0/show-image-in-gridview-using-Asp-Net/