auto refresh of div in mvc3 ASP.Net not working
- by user1493249
ViewData.cshtml(Partial View)
Date
Bill Amount
PayNow
</tr>
</thead>
<tbody>
@{
for (int i = @Model.bill.Count - 1; i >= 0; i--)
{
<tr>
<td width="30%"…