Hi All,
I have the following code on my web page.
<table>
<tr>
<td>
<strong>FY</strong>
</td>
<td>
<asp:Label ID="lblFY" runat="server"></asp:Label>
</td>
</tr>
<tr>
<strong>Discounted Amount</strong>
</td>
<td>
<asp:Label ID="lblDiscountedAmount" runat="server"></asp:Label>
</td>
</tr>
</table>
when I see it in HTML page FY has a huge gap after and then the year print out 2014 so its like this
FY &n ...
Go to the complete details ...