Hey, This is the one i used. For some condition, i want to hide these by using Visible to false.
<tr id="trpackage" runat="server" valign="top" align="center">
<td id="tdpack" runat="server" style="display: none;" align="center">
.......
</td>
</tr>
In the code behind, Intellisense does not show me either trpackage or tdpack. Can someone help me !! Thank you in advance!!