私は以下を持っています、そして私は子テーブルを入力table
に入れたいですsum
input
parent
td
<table cellspacing="0" rules="all" border="1" id="gvSPActivities" style="border-collapse: collapse;">
<tr>
<th scope="col">
TextVal1
</th>
<th scope="col">
TextVal2
</th>
<th scope="col">
TextVal3
</th>
</tr>
<tr class="gridrow2">
<td>
<input name="gvSPActivities$ctl02$TextVal1" type="text" id="gvSPActivities_TextVal1_0"
class="numeric" style="width: 150px;" />
</td>
<td>
<input name="gvSPActivities$ctl02$TextVal2" type="text" id="gvSPActivities_TextVal2_0"
class="numeric" style="width: 150px;" />
</td>
<td>
<input name="gvSPActivities$ctl02$TextVal3" type="text" id="gvSPActivities_TextVal3_0"
class="total" style="width: 150px;" />
<table>
<tr>
<td>
<input name="gvSPActivities$ctl02$gvBenefic$ctl02$txtMaleBenefic" type="text" id="gvSPActivities_gvBenefic_0_txtMaleBenefic_0" class="numeric" style="width:100px;" />
</td><td>
<input name="gvSPActivities$ctl02$gvBenefic$ctl02$txtFemaleBenefic" type="text" id="gvSPActivities_gvBenefic_0_txtFemaleBenefic_0" class="numeric" style="width:100px;" />
</td>
</tr>
</table>
</td>
</tr>
</table>
ありがとう。