Click here to Skip to main content
15,893,266 members

Comments by Anilkumar2vvv (Top 7 by date)

Anilkumar2vvv 27-Jan-17 2:35am View    
request data
Anilkumar2vvv 27-Jan-17 2:34am View    
using post only but it is not working
Anilkumar2vvv 11-Jul-13 9:57am View    
use this reference using System.Windows.Media.Imaging;
Anilkumar2vvv 11-Jul-13 9:35am View    
please post the error ...
Anilkumar2vvv 3-Jul-13 8:21am View    
Use below css classes in your css file
.tableHeight
{
height: 500px;
}
.headerHeight
{
height: 50px;
}
.contentHeight
{
height: 400px;
}
.footerHeight
{
height: 50px;
}
Apply classes in html page:
<table class="tableHeight">
<tr class="headerHeight"><td>Header</td></tr>
<tr class="contentHeight"><td><asp:contentplaceholder ></td></tr>
<tr class="footerHeight"><td>Footer</td></tr>
</table>