<tr>
<span style="font-weight: bold; font-size: 16px; text-decoration: underline">HRA Exemption
</span>
<td>
1
</td>
<td>
<span style="font-weight: bold;">Rent paid by Employee </span>(For employees who
have joined during the year, the rent amount should only be from date of joining
the company till the year end. For Others it should be for the full year.)
</td>
<td>
@Html.TextBoxFor(E => E.MonthlyAmnt, new { @Id = "txtRPBEMonAmntId", @class = "input-main-box", onkeypress = "return AllowNumbersOnly(this,event)" })
</td>
<td>
@Html.TextBoxFor(E => E.NoOfMnths, new { @Id = "txtRPBENoMonthsId", @class = "input-main-box", onkeypress = "return AllowNumbersOnly(this,event)", onkeyup = "mulData()" })
</td>
<td>
@Html.TextBoxFor(E => E.RentPaidByEmp, new { @Id = "txtRPBEAnnAmntId", @class = "input-main-box", onkeypress = "return AllowNumbersOnly(this,event)" })
</td>
</tr>
<tr>
<td>
1
</td>
<td>
<span style="font-weight: bold;">Rent paid by Employee </span>(For employees who
have joined during the year, the rent amount should only be from date of joining
the company till the year end. For Others it should be for the full year.)
</td>
<td>
@Html.TextBoxFor(E => E.MonthlyAmnt, new { @Id = "txtRPBEMonAmntId", @class = "input-main-box", onkeypress = "return AllowNumbersOnly(this,event)" })
</td>
<td>
@Html.TextBoxFor(E => E.NoOfMnths, new { @Id = "txtRPBENoMonthsId", @class = "input-main-box", onkeypress = "return AllowNumbersOnly(this,event)", onkeyup = "mulData()" })
</td>
<td>
@Html.TextBoxFor(E => E.RentPaidByEmp, new { @Id = "txtRPBEAnnAmntId", @class = "input-main-box", onkeypress = "return AllowNumbersOnly(this,event)" })
</td>
</tr>
like that i have no.of columns are there .Please help me
ManoRama
Manorama, if this helps please login to Mark As Answer. | Alert Moderator