For Each myRow in DataTable.DataRows Response.Write myRow.Fields("Codice") Response.Write myRow.Fields("Descrizione")Next