borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Search using two variables)Next Topic (What is the use of assembly in ASP.net?) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : How to include dynamic html file into aspx page?
Poster Message
jlj1527
Level: Guest


icon How to include dynamic html file into aspx page?

I can't include html file with dynamic path load from database into aspx page.
I using this code in aspx page :
<!-- #include file=html/footer.htm -->
It's OK. But if I replace "html/footer.htm" with an dynamic path : <!-- #include file=<%datareader("FileName")%>
It doesn't work!!!
Help me, please!!    

22-05-2004 at 11:45 PM
| Quote Reply
zimcoder
Level: VB Lord


Registered: 27-10-2003
Posts: 225
icon Re: How to include dynamic html file into aspx page?

If need be change your dhtml file and implement the functionality in a user control. User control pages have the extension ascx. You save your page that has the functionality as a user control and you can include it in your page as follows:
<%@ Register TagPrefix="uc1" TagName="YourUserControl" Src="YourUserControl.ascx" %>

This should work

I hope your problem will be solved

____________________________
BrainBench ADO.NET and ASP.NET Certified Developer

23-05-2004 at 03:58 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : How to include dynamic html file into aspx page?
Previous Topic (Search using two variables)Next Topic (What is the use of assembly in ASP.net?) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder