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