<table class="auto-style1" align="center" >
<tr>
<td style="text-align: left; font-weight: normal; font-size: medium; color: #808080;" class="auto-style2">
<div id="div1" runat = "server" >
<br />
</div>
</td>
<td style="text-align: left" class="auto-style2">
<asp:Label ID="LblACCAmount" runat="server" ForeColor="Red" Text="Label"></asp:Label>
<div id="div2" runat = "server" >
<br />
</div>
</td>
</tr>
</table>
while (dr.Read())
{
// LblACCAmoun ...
Go to the complete details ...