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..