<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Master Pages, Themes and Navigation Controls</title><link>http://forums.asp.net/139.aspx</link><description>Discussions of MasterPages, Themes, and other page-related features. &lt;A href="http://aspadvice.com/SignUp/list.aspx?l=164&amp;amp;c=30" target=_blank&gt;Email List&lt;/A&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Master Page</title><link>http://forums.asp.net/thread/3274199.aspx</link><pubDate>Sat, 04 Jul 2009 04:05:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274199</guid><dc:creator>Bobby-Z</dc:creator><author>Bobby-Z</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274199.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=3274199</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;This takes some time and patience &lt;/p&gt;
&lt;p&gt;1. You need to draw out on paper what you want it to look like&lt;/p&gt;
&lt;p&gt;2. I recommend no more than 1000px wide for the bulk of users browse with 1024x768 - you may use a liquid design as larger monitors like 24&amp;quot; 1920px are becoming more popular&lt;/p&gt;
&lt;p&gt;3. next select your website folder in the soutions explorer at the very top - right click and add new master page&lt;/p&gt;
&lt;p&gt;4. Now this takes time and trial and error to get exactly right, but design with div or tables, your layout exactly (use CSS for widths, floats and styling)&lt;/p&gt;
&lt;p&gt;5. When you have it Right decide where you want the content from each page to be displayed and add a asp:contentplaceholder to each section, name them something like &amp;quot;Navigation&amp;quot; and &amp;quot;Content&amp;quot; and &amp;quot;Footer&amp;quot; &amp;quot;Sidebar&amp;quot;&lt;/p&gt;
&lt;p&gt;6. Then when you create a new web form (aspx page) make sure masterpage check box is checked and select Masterpage.master then the new page will automatically display each contentplaceholder - &lt;/p&gt;
&lt;p&gt;7. When you set up your page you only place your code between the appropriate contentplaceholder start and end tags. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For a basic masterpage layout - I use 2 one for a homepage, one for a content page&lt;/p&gt;
&lt;p&gt;my Content and Homepage Masters are the same at top and bottom, but the content masterpage has a 3 column or 2 column layout 20% 60% 20% I use the left for navigation, center for content, left for relevant links and ads&lt;/p&gt;
&lt;p&gt;on the home page I have two column layout 40% 60% where I use divs to separate categories in the section in the 40% I usually have a large relevant pic for that section, and in the 60% I have feature divs with a headline and 2 or 3 links with a small pic to a category within that website section &lt;/p&gt;
&lt;p&gt;check out the major news websites like foxnews or cnn they have the 40 60 and 25 50 25 setup&lt;/p&gt;</description></item><item><title>Master Page</title><link>http://forums.asp.net/thread/3273902.aspx</link><pubDate>Fri, 03 Jul 2009 18:24:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273902</guid><dc:creator>sva0008</dc:creator><author>sva0008</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273902.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=3273902</wfw:commentRss><description>&lt;p&gt;I m new ASP.net/Vb.net&amp;nbsp; can some one help me with this please&lt;br /&gt; &lt;br /&gt; I want to create a master page with my company&amp;#39;s logo and want to include that page in every other page .&lt;br /&gt; and i want to have an header in master page which should look something like .&lt;br /&gt; &lt;br /&gt; Orders&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Notice&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Other&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logout&lt;br /&gt; &amp;nbsp;-Add/Edit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - view&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Search&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; Regards&lt;/p&gt;</description></item></channel></rss>