我試圖訪問用戶從我的控制器表中引入的值。從HTML獲取值到控制器
這表不是模型的一部分,並認爲源代碼是一樣的東西:
<table id="tableSeriales" summary="Seriales" class="servicesT" cellspacing="0" style="width: 100%">
<tr>
<td class="servHd">Seriales</td>
</tr>
<tr id="t0">
<td class="servBodL">
<input id="0" type="text" value="1234" onkeypress = "return handleKeyPress(event, this.id);"/>
<input id="1" type="text" value="578" onkeypress = "return handleKeyPress(event, this.id);"/>
.
.
.
</td>
</tr>
</table>
我怎樣才能從控制器的值(1234,578)?
接聽的FormCollection,因爲它沒有得到該表不工作...
謝謝。
的形式收集應接收輸入控制值,則可能是使用號碼,ID的問題。嘗試使用id =「control1」等。 – Lazarus 2011-01-05 15:53:52