The files can be included by the following syntax
<!--include file='filename'-->
<table>
<tr>
<td>
<!--#include file='sample.html'-->
</td>
</tr>
</table>
Now the sample.htm will be displayed in the aspx page.
The files can be included by the following syntax
<!--include file='filename'-->
<table>
<tr>
<td>
<!--#include file='sample.html'-->
</td>
</tr>
</table>
Now the sample.htm will be displayed in the aspx page.
Share with