Grazie Andrea 
Come vedi nel secondo dr ho un Count (*) as conteggio, il "nome" l'ho messo appunto perchè non saprei come richiamarlo, ma a quanto pare non gli piace.
codice:
Conteggio
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: Conteggio
Source Error:
Line 87: while (dr2.Read())
Line 88: {
Line 89: datig=string.Format("{0}{1} - {2}
",dati,
Line 90: dr2["nome"].ToString(),dr2["Conteggio"].ToString());
Line 91: }
Sonia