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. I need some direction on a web page

I need some direction on a web page

Scheduled Pinned Locked Moved ASP.NET
comquestion
5 Posts 3 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.
  • T Offline
    T Offline
    Tom Wright
    wrote on last edited by
    #1

    I want to create a web page where the left navigation bar and the content page can be changed by the end user. I started by creating a master page. While I can get the main content page to show, I cannot get the left hand nav bar to show it's content. In the mater page I created a conten place holder for the main content and one for the left hand nav bar and in my LeftNav.aspx I put in the code to create a list. However when I run the page nothing shows up in the left content place holder. Has anyone done something like this and if so can you comment on this? Thanks

    Tom Wright tawright915@gmail.com

    Y 1 Reply Last reply
    0
    • T Tom Wright

      I want to create a web page where the left navigation bar and the content page can be changed by the end user. I started by creating a master page. While I can get the main content page to show, I cannot get the left hand nav bar to show it's content. In the mater page I created a conten place holder for the main content and one for the left hand nav bar and in my LeftNav.aspx I put in the code to create a list. However when I run the page nothing shows up in the left content place holder. Has anyone done something like this and if so can you comment on this? Thanks

      Tom Wright tawright915@gmail.com

      Y Offline
      Y Offline
      Yusuf
      wrote on last edited by
      #2

      Tom Wright wrote:

      content page can be changed by the end user.

      what do you mean by this

      Tom Wright wrote:

      I cannot get the left hand nav bar to show it's content.

      where is the content coming?

      Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

      T 1 Reply Last reply
      0
      • Y Yusuf

        Tom Wright wrote:

        content page can be changed by the end user.

        what do you mean by this

        Tom Wright wrote:

        I cannot get the left hand nav bar to show it's content.

        where is the content coming?

        Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

        T Offline
        T Offline
        Tom Wright
        wrote on last edited by
        #3

        We have a content server where the user checks in a document. I grab the document from the content server and in the navbar content place holder use an include to mash in their links from the document.

        Tom Wright tawright915@gmail.com

        C 1 Reply Last reply
        0
        • T Tom Wright

          We have a content server where the user checks in a document. I grab the document from the content server and in the navbar content place holder use an include to mash in their links from the document.

          Tom Wright tawright915@gmail.com

          C Offline
          C Offline
          Cybernate
          wrote on last edited by
          #4

          Can you post the code for your master page?

          Regards, Cybernate

          T 1 Reply Last reply
          0
          • C Cybernate

            Can you post the code for your master page?

            Regards, Cybernate

            T Offline
            T Offline
            Tom Wright
            wrote on last edited by
            #5

            <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="PolicySearch.master.cs" Inherits="ScholarPoliciesSearch.PolicySearch" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> <asp:ContentPlaceHolder ID="head" runat="server"> </asp:ContentPlaceHolder> <link href="Styles/Stylesheet.css" rel="stylesheet" type="text/css" /> </head> <body> <form id="form1" runat="server" action="javascript:fxSearch();"> <div id="HeaderContent"> </div> <div id="mainContent"> <asp:ContentPlaceHolder ID="MainContent" runat="server"> </asp:ContentPlaceHolder> </div> <div id="LeftNavBar"> <asp:ContentPlaceHolder ID="leftNavBar" runat="server"> </asp:ContentPlaceHolder> </div> <div id="FooterContent"> </div> </form> </body> </html>

            Tom Wright tawright915@gmail.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