Código:
<% for i = 0 to howmanyfields
thisvalue=rstemp(i)
If isnull(thisvalue) then
thisvalue=" "
end if%>
<td valign=top><input type ="submit" name="<%="boton"&i%>" value="<%=thisvalue%>"</td>
<% next %>
Que es lo que quieres manipular mediante su name exactamente?
Salu2,