ciao a tutti ,
vorrei un aiuto,
<table width="500" border="0">
<tr>
<td><%=(prova.Fields.Item("N1").Value)%></td>
</tr>
<tr>
<td><%=(prova.Fields.Item("N2").Value)%></td>
</tr>
<tr>
<td><%response.write ((prova.Fields.Item("N1").Value)+(prova.Fields.Ite m("N2").Value))%></td>
</tr>
</table>
N1 = 50
N2 = 50
come mai mi stampa 5050 è non mi fa la somma ? deve uscire 100