Master page question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?UGF1bA==?=

    Master page question

    Hi I am setting up a web application and am trying to use a master page
    (vs2005). Just a few questions, is there anyway to resize the
    ContentPlacehol der as I want to place a menu on the left side of the master
    page but the ContentPlacehol der extends all the way accross the page. Also
    depending on what page gets selected I will need to change menu options, Any
    ideas on what to use for the menu (is there a menu control?).
    Thanks.
    --
    Paul G
    Software engineer.
  • Mark Rae [MVP]

    #2
    Re: Master page question

    "Paul" <Paul@discussio ns.microsoft.co mwrote in message
    news:803B9E53-F868-4031-B751-7E4A7E650AEA@mi crosoft.com...
    is there anyway to resize the ContentPlacehol der
    Put it inside a <div>
    Any ideas on what to use for the menu (is there a menu control?).
    <asp:Menu>


    --
    Mark Rae
    ASP.NET MVP


    Comment

    • =?Utf-8?B?UGF1bA==?=

      #3
      Re: Master page question

      Ok thanks I noticed that there are some navigation controls in the tool box
      as well, like treeview.
      --
      Paul G
      Software engineer.


      "Mark Rae [MVP]" wrote:
      "Paul" <Paul@discussio ns.microsoft.co mwrote in message
      news:803B9E53-F868-4031-B751-7E4A7E650AEA@mi crosoft.com...
      >
      is there anyway to resize the ContentPlacehol der
      >
      Put it inside a <div>
      >
      Any ideas on what to use for the menu (is there a menu control?).
      >
      <asp:Menu>
      >
      >
      --
      Mark Rae
      ASP.NET MVP

      >
      >

      Comment

      • Mark Rae [MVP]

        #4
        Re: Master page question

        "Paul" <Paul@discussio ns.microsoft.co mwrote in message
        news:8C4F34A0-63A2-4771-91C1-95E42BB25739@mi crosoft.com...
        I noticed that there are some navigation controls in the tool box
        as well, like TreeView.
        That's right...


        --
        Mark Rae
        ASP.NET MVP


        Comment

        Working...