I have an ItemTemplate in my gridview. When I enter the gridview_RowCommand function, I'd like to get my CurrentRowIndex like I do for the normal DataBound columns.
Sadly, the COmmandArguemnt is empty. I can see there's a property for it, but i thought it would be there automatically like normal. Or should I fill it out, and if so, how?