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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Get controlid

Get controlid

Scheduled Pinned Locked Moved ASP.NET
help
4 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.
  • S Offline
    S Offline
    SreejithAchutan
    wrote on last edited by
    #1

    Hai Friends, I put a label in master page enabled page.I want to get the id of that label in another page where the second page is not a masterpage enabled page.How i get the label control id in the second page.Please help me.

    C 1 Reply Last reply
    0
    • S SreejithAchutan

      Hai Friends, I put a label in master page enabled page.I want to get the id of that label in another page where the second page is not a masterpage enabled page.How i get the label control id in the second page.Please help me.

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

      You can't, if it doesn't use the master page, then the masterpage does not exist for that page lifecycle. You need to store it in the session or something.

      Christian Graus Driven to the arms of OSX by Vista.

      S 1 Reply Last reply
      0
      • C Christian Graus

        You can't, if it doesn't use the master page, then the masterpage does not exist for that page lifecycle. You need to store it in the session or something.

        Christian Graus Driven to the arms of OSX by Vista.

        S Offline
        S Offline
        SreejithAchutan
        wrote on last edited by
        #3

        please send some code how to convert the session to control.

        M 1 Reply Last reply
        0
        • S SreejithAchutan

          please send some code how to convert the session to control.

          M Offline
          M Offline
          mr_muskurahat
          wrote on last edited by
          #4

          string labelid =(Label)session("name");

          umerumerumer

          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