i want to include other aspx file to main aspx file in asp.net i could do it in jsp the code in jsp include like that
<jsp:include page="footer.jsp" />
This works for me. I can include my menu on any page I want:
<div ID="menuContent" runat="server">
<!-- #Include virtual="/menu.aspx" -->
</div>
In my menu.aspx file I have raw html and some C# codeblocks and ASP will resolve those after inserting the content into the page. Great huh?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With