|
-
Oct 8th, 2004, 06:35 AM
#1
Thread Starter
Hyperactive Member
Front Page Templates to ASP.NET page
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!
-
Oct 8th, 2004, 09:49 AM
#2
Fanatic Member
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
-
Oct 8th, 2004, 09:53 AM
#3
Thread Starter
Hyperactive Member
What I want to know is - is there a way to move the whole project instead of individual elements form each folder?
-
Oct 9th, 2004, 03:45 AM
#4
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)
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|