1 post
2
1
424
I’m trying to rescue the ID of my client who is in a GridView, but I’m using a DataTable to fill the GridView. Datatable public DataTable SelecionarDT() { objDAO = new ClienteDAO(); DataRow dr;…