P
PinkBishop
I have created a menu page using the .net menu control.
I would like to include the page at the top of each of the my pages.
In classic asp i would just code <!-- #Include File="fileName.asp" -->
If I try <!-- #Include File="fileName.aspx" --> in .aspx I get errors
to the effect of duplicate code between the two pages.
What is the alternative in including files in the .net frame work?
Thanks
TRU
I would like to include the page at the top of each of the my pages.
In classic asp i would just code <!-- #Include File="fileName.asp" -->
If I try <!-- #Include File="fileName.aspx" --> in .aspx I get errors
to the effect of duplicate code between the two pages.
What is the alternative in including files in the .net frame work?
Thanks
TRU