Skip to main content
July 20, 2008
Question

ASP pages from Templates

  • July 20, 2008
  • 2 replies
  • 480 views
I have a site already in existance which was built around a template page, having menus,graphics etc...


I now want to add a Data capture page and collect some data - and have followed some tutorials regarding creating aspx pages - but they all show using blank pages. Can I create one using my template page ?


Thanks

Phil
This topic has been closed for replies.

2 replies

July 20, 2008
Thanks - sussed it.

Phil
Inspiring
July 20, 2008
> I now want to add a Data capture page and collect some data - and have
> followed some tutorials regarding creating aspx pages - but they all show
> using blank pages. Can I create one using my template page ?



Yes, but if you're going to use DOTNET, you should be working in Visual
Studio for the code, not Dreamweaver.

July 20, 2008
Thanks for responding Ted - but the Tutorials I've been following have just shown how to use Insert and Edit of data into Access databases using Dreamweaver.

They work fine - but they show how to create NEW Aspx pages from a blank page ...with the required code already on the page. How can I use a Template to do this - as when I select New - From Template there is no option to create an aspx page ??