G
Gabriel
Hi,
I have a HTML like this
<table>
<tr>
<td>...</td>
<td>...</td>
</tr>
<tr id="toHide">
<td>...</td>
<td>...</td>
</tr>
</table>
From the code behind (MyPage.aspx.cs) hide the "toHide" section how can I do
that ?
Thanks,
I have a HTML like this
<table>
<tr>
<td>...</td>
<td>...</td>
</tr>
<tr id="toHide">
<td>...</td>
<td>...</td>
</tr>
</table>
From the code behind (MyPage.aspx.cs) hide the "toHide" section how can I do
that ?
Thanks,