ho un altro problemino:

for each mydatagriditem in uno.items

for each mydatagriditem2 in due.items

k=ctype(mydatagriditem.findcontrol("numeroa"),labe l).text
u=ctype(mydatagriditem2.findcontrol("numerob"),lab el).text
n1=ctype(mydatagriditem.findcontrol("nome"),label) .text
n2=ctype(mydatagriditem2.findcontrol("nome"),label ).text



if (k=u) then
'response.Write(k) questo stampa il numero tessera
response.Write(n1)'questo stampa il nome
num=num+1
end if

next
next

**********
mi sapresti dire come faccio ad associare la variabile n1 ad un datagrid

grazie mille ancora