The HTML files can be included in the ASPX page by using the following syntax:
<!--include file="filename"-->
Example
<table> <tr> <td> <!--#include file="sample.html"--> </td> </tr> </table>
Now the sample.htm will be displayed in the aspx page.
© 2024 Digcode.com