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. Alternate for MasterPage

Alternate for MasterPage

Scheduled Pinned Locked Moved ASP.NET
csharpjavascripthtmlvisual-studiocom
1 Posts 1 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.
  • R Offline
    R Offline
    Ramkumar_S
    wrote on last edited by
    #1

    Hi All, Our Project is migrated form visual studio 2003 to 2005. we are using frameset for page layout.(header,footer,content) <script type="text/javascript" > document.write('<frameset rows="'+ val1 + ','+ val2 + '" border="0">') document.write('<frameset id="FrameName" cols="13%,87%" >') document.write('<frame name="main" id="idmain" onload="LoadXml();" src="right.aspx" scrolling="no" noresize>') document.write('<FRAME name="workarea" id="workarea" src="../main/home.aspx" scrolling="auto" noresize>') document.write('</frameset>') document.write('<frame src="bottom.aspx">') document.write('</frameset>') </script> We want to remove this and go for other good approach. We cannot use master page because each page i need to remove the html tag and add place holder. So with out avoiding this is there any good way to solve this? Will DIV solve this? or Any third pary tool solve this? Please Suggest?

    Ramkumar ("When you build bridges you can keep crossing them. ") http://ramkumarishere.blogspot.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