I am adding table in code behind file. and i want to add tag in that.
<table id="tbl" runat="server">
<tr>
<th>test</th>
<td>
</td>
</tr>
</table>
I dont know how to add through code.
So can any one tell me how to add tag?
1 Answer