I have a gridview, that has 4 columns, the first column has a select button, and I need to get the values of the fourth column, depending on which button do u press. And i need to get or convert the value of the fourth column into int. Thanks for the help!
My code is
int ci = Convert.ToInt32(grdClientes.Rows[Convert.ToInt32(e.CommandArgument)].Cells[4].ToString());
List<int> listaTels = lgCliente.ListaTelefonos(ci);