i have a gridview with AutoGenerateDeleteButton Property set
true. Of course this property auto generates a linkbutton at the leftmost of
the gridview, my question is, how can i change it to an Image Button?? i wanted
my gridview to look more presentable by making the control buttons an image.
Thanks!
Jayden Bell
12-Dec-2014You can create a TemplateField and use autogeneratecolumns="false".
Here's an example of a GridView:
Where field1 and field2 are headers from your DataTable
And to access the row within the event handler:
Anonymous User
12-Dec-2014Try this
And set AutoGenerateDeleteButton="false"