I have a text file containing the following HTML tags:
<table border="0" cellspacing="2" cellpadding="2" width="500">
<tbody>
<tr>
<td>some text</td>
<td>some text</td></tr></tbody></table>
I want to be able to load these HTML tags into <div runat=server id=div1>
Any idea on how to do it with ASP.NET? (VB code is preferred)
<asp:Literal />to do something like this.