I have a couple of ButtonFields in my gridview, corresponding to "Edit" and "Delete".
I'd like to use JQuery in my code for a delete confirmation popup.
ButtonField renders as "a href"'s in HTML, but I'm at a loss in forming a JQuery selector that targets only the "Delete" link, since ButtonField doesn't accept ID nor Name. I'm considering using TemplateField instead, but I'd like to check for other alternatives as I'd like to keep my OnRowCommand attribute in the GridView tag.