Results 1 to 4 of 4

Thread: Front Page Templates to ASP.NET page

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    320

    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!

  2. #2
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018
    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

    Parksie

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    320
    What I want to know is - is there a way to move the whole project instead of individual elements form each folder?

  4. #4
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    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
  •  



Click Here to Expand Forum to Full Width