Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Convert page template to master page

Convert page template to master page

Scheduled Pinned Locked Moved ASP.NET
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jchandramouli
    wrote on last edited by
    #1

    hi, Is there a method or third party tool to convert page template to master page. Thanks in advance.

    J 1 Reply Last reply
    0
    • J jchandramouli

      hi, Is there a method or third party tool to convert page template to master page. Thanks in advance.

      J Offline
      J Offline
      Jeremy Likness
      wrote on last edited by
      #2

      What do you mean by "page template" exactly? A standard .aspx? That's an interesting thought ... I'm assuming you mean if you have 50 pages that all have similar content, you want to (a) scan and extract what is common and (b) update the pages to now point to the master? What's interesting is that the page designer can be parsed as XML so there is a lot of flexibility there, but I think the problem IMHO would be the references and designer.cs as well. How large is your application? Sometimes brute force is the way to go, I'd be afraid any utility like that wouldn't be smart enough and I'd end up having to touch at least two or three things on each page anyway.

      Jeremy Likness http://csharperimage.jeremylikness.com/

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups