td width is 96% how to cnver to it into pxel
<tr > <td style="width:96%"> <table ID="TableMasterControls" runat="server"> </table> </td> </tr>
Get the width of the Table and calculate.
Let's say the width of parent Table is 200px
So 96% of 200 will be
200 x (96/100) = 192px
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.