hoopsking -> Include ASP Page in a DWT? (10/11/2007 0:31:17)
Will putting an include ASP page inside of a DWT work? I have a list of best selling items that have to be an .asp page but I want the list to appear on my DWTs.
mar0364 -> RE: Include ASP Page in a DWT? (10/11/2007 11:34:42)
Well you can use DWT and save it as an asp page. The DWT is just an empty shell you can save at as static or dynamic. I do it all the time.
hoopsking -> RE: Include ASP Page in a DWT? (10/11/2007 12:29:44)
So if i save it as an ASP it will still act as a template for all the pages I've attached to it?
mar0364 -> RE: Include ASP Page in a DWT? (10/11/2007 12:57:46)
No what I'm saying is that you DWT page can be saved as an ASP or HTML page. But for your DWT to function as the master page it must remain as a DWT.