Click to See Complete Forum and Search --> : Front Page Templates to ASP.NET page
ssingh
Oct 8th, 2004, 06:35 AM
Is there a way to move HTML pages converted with Front page, since it has nice templates to .NET and then add code and functionality on .NET to it in code behind files.
I know you can open an HTML page in .NET and change its extension to apsx and it becomes a .NET page.
But the problem is all the associated files graphics used in FRONT Page did not copy. Please suggest!
venerable bede
Oct 8th, 2004, 09:49 AM
What you have to do is :
Save your html page as an aspx page and make sure it has been added to the project then you must add the images to the project otherwise they will not appear.
Copy the images into a folder within your solution folder, then in VS Solution Explorer right click on the images and choose "Add to project".
Hope this helps
ssingh
Oct 8th, 2004, 09:53 AM
What I want to know is - is there a way to move the whole project instead of individual elements form each folder?
<ABX
Oct 9th, 2004, 03:45 AM
you could copy the files to a temp folder....
remove all frontpage junk....
then open up a command window and do a mass rename (or just rename it in vs as you need to edit the files)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.