Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
I have a ASP.NET project. In this project frameset and frames are used in index.html page for show the contentMaster.aspx. I would like to replace these frames. Please give valuable suggestions for replace the frames.
Posted
Comments
Sergey Alexandrovich Kryukov 26-Jul-11 12:50pm    
Do I understand you right: you want to avoid framesets? If so, good idea -- please see my solution. My 4 for the question (not 5 because you did not make if quite clear: replace with what?)
--SA

Look at this wonderful code sample: http://people.ischool.berkeley.edu/~rdhyee/yui/examples/layout/panel_layout_source.html[^]. It gives you pretty good idea how to implement the panels with resizeable panes, which totally covers all the functionality you could have with framesets.

See also this discussion and code samples: http://people.ischool.berkeley.edu/~rdhyee/yui/examples/layout/panel_layout.html[^].

—SA
 
Share this answer
 
Comments
Abhinav S 26-Jul-11 13:04pm    
Should help the OP. 5.
Sergey Alexandrovich Kryukov 26-Jul-11 13:29pm    
Thank you, Abhinav.
--SA
Here i found a Good Post[^]

Hope it helps
 
Share this answer
 
Comments
Abhinav S 26-Jul-11 13:05pm    
Tried to correct univote. 5.
koolprasad2003 26-Jul-11 23:57pm    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900