How can you access and display the row index of a gridview item as the command argument in a buttonfield column button?
with paging you need to do some calculation
int index = Convert.ToInt32(e.CommandArgument) % GridView1.PageSize;