Posted on: 11/26/2014 7:11:04 AM | Views : 467

This is my HTML table and Css, how do i apply this into asp.net gridview control?
<div class="box-content nopadding"> <table class="table table-hover table-nomargin dataTable table-bordered"> <thead> <tr> <th>Rendering engine</th> <th>Browser</th> <th class='hidden-350'>Platform(s)</th> <th class='hidden-1024'>Engine version</th> <th class='hidden-480'>CSS grade</th> </tr> </thead> <tbody> <tr> <td>Trident</td> <td> Internet Explorer 4.0 </td> <td class='hidden-350'>Win 95+</td> <td class='hidden-1024'>4</td> <td class='hidden-480'>X</td& ...

Go to the complete details ...