//循环取数据库值
for (int irow = 0; irow < dt2.Rows.Count; irow++) {
%>
<input type="text" id="Text1" name="<%=dt2.Rows[irow]["ProdID"]%>he" value="<%=dt2.Rows[irow]["he"].ToString()%>" readonly/>
<%
}
%>
怎么把以上的数之和在下面input里显示呢?
<input name="he" type="text" style="WIDTH: 72px" value="<%=dt.Rows[0]["he"].ToString()%>">
高手指教!!