Live Chat Icon For mobile
Live Chat Icon

How can I include file through the ASPX?

Platform: ASP.NET| Category: Custom Controls

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

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.