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. Help: Dynamically change ASP.NET page title

Help: Dynamically change ASP.NET page title

Scheduled Pinned Locked Moved ASP.NET
questioncsharpjavaasp-netdotnet
3 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.
  • R Offline
    R Offline
    RT1970
    wrote on last edited by
    #1

    When I use java script in ASP, I can change web page’s title via document.title. How can I do it if I use ASP.NET and I want do it in code behind? Is there something similar to document.title in .NET framework?:confused:

    O 1 Reply Last reply
    0
    • R RT1970

      When I use java script in ASP, I can change web page’s title via document.title. How can I do it if I use ASP.NET and I want do it in code behind? Is there something similar to document.title in .NET framework?:confused:

      O Offline
      O Offline
      OMalleyW
      wrote on last edited by
      #2

      I ran across this a while ago. In your code behind do this. public string MyPageTitle; this.MyPageTitle = "This is the best page"; Now on the client try this <%= MyPageTitle %> Will

      R 1 Reply Last reply
      0
      • O OMalleyW

        I ran across this a while ago. In your code behind do this. public string MyPageTitle; this.MyPageTitle = "This is the best page"; Now on the client try this <%= MyPageTitle %> Will

        R Offline
        R Offline
        RT1970
        wrote on last edited by
        #3

        :cool:

        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