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. Cascade Master Pages properties [modified]

Cascade Master Pages properties [modified]

Scheduled Pinned Locked Moved ASP.NET
question
2 Posts 2 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.
  • D Offline
    D Offline
    Dirso
    wrote on last edited by
    #1

    Hi, I have a big MasterPage (MasterPage_System) e several MasterPages inheriting (don't think it's the right word) this master page. My question is: Could a web page using a MasterPage_A (that already uses my MasterPage_System) access the MasterPage_System properties? I tried in the Page_Load method something like this: ((MasterPage_System)(Master.Master)).MyProperty = true; but it doesn't work :(

    Thanks, Dirso

    modified on Friday, September 18, 2009 3:41 PM

    C 1 Reply Last reply
    0
    • D Dirso

      Hi, I have a big MasterPage (MasterPage_System) e several MasterPages inheriting (don't think it's the right word) this master page. My question is: Could a web page using a MasterPage_A (that already uses my MasterPage_System) access the MasterPage_System properties? I tried in the Page_Load method something like this: ((MasterPage_System)(Master.Master)).MyProperty = true; but it doesn't work :(

      Thanks, Dirso

      modified on Friday, September 18, 2009 3:41 PM

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Go into the debugger and walk the tree of objects to find where your class instance is. I always derive all pages from my own custom base page, so that I can access a strongly typed version of my master page without having to cast every time.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      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