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. title

title

Scheduled Pinned Locked Moved ASP.NET
tutorial
6 Posts 4 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.
  • N Offline
    N Offline
    niki_nilu
    wrote on last edited by
    #1

    hello how to add form name. where our project name display like Project name Microsoft internet exlorer. ex. chanakya Microsoft internet exlorer in that line how to add form name. thks

    Gayatri

    E I N 3 Replies Last reply
    0
    • N niki_nilu

      hello how to add form name. where our project name display like Project name Microsoft internet exlorer. ex. chanakya Microsoft internet exlorer in that line how to add form name. thks

      Gayatri

      E Offline
      E Offline
      eyeseetee
      wrote on last edited by
      #2

      Page Name

      1 Reply Last reply
      0
      • N niki_nilu

        hello how to add form name. where our project name display like Project name Microsoft internet exlorer. ex. chanakya Microsoft internet exlorer in that line how to add form name. thks

        Gayatri

        I Offline
        I Offline
        Imran Khan Pathan
        wrote on last edited by
        #3

        niki_nilu wrote:

        in that line how to add form name.

        You can set it dynamically by using Page Title Property

        this.Page.Title="My Page Title Here";

        please don't forget to vote on the post that helped you.

        1 Reply Last reply
        0
        • N niki_nilu

          hello how to add form name. where our project name display like Project name Microsoft internet exlorer. ex. chanakya Microsoft internet exlorer in that line how to add form name. thks

          Gayatri

          N Offline
          N Offline
          Nirandas
          wrote on last edited by
          #4

          You will have to set the title programmatically using code. Or you can create a base page and customize it to format the title as required and provide this functionality to all the pages. You may want to check my blog on this topic asp.net pages and proper titles HTH

          Nirandas, a developer from India. http://www.nirandas.com

          N 1 Reply Last reply
          0
          • N Nirandas

            You will have to set the title programmatically using code. Or you can create a base page and customize it to format the title as required and provide this functionality to all the pages. You may want to check my blog on this topic asp.net pages and proper titles HTH

            Nirandas, a developer from India. http://www.nirandas.com

            N Offline
            N Offline
            niki_nilu
            wrote on last edited by
            #5

            hello sir i am using master page. then my aspx page is in contentplaceholder. then how to write title. my code this code i write in score.aspx.cs and i used master page for this page. string strMasterPageName = Master.MasterPageFile; this.Master.Page.Title = "Score"; thks

            Gayatri

            N 1 Reply Last reply
            0
            • N niki_nilu

              hello sir i am using master page. then my aspx page is in contentplaceholder. then how to write title. my code this code i write in score.aspx.cs and i used master page for this page. string strMasterPageName = Master.MasterPageFile; this.Master.Page.Title = "Score"; thks

              Gayatri

              N Offline
              N Offline
              Nirandas
              wrote on last edited by
              #6

              Hi Gayatri, Why can't you use just

              this.Title = "Score";

              There is no need to reference the master page to set the title. Let me know if I didn't get you.

              Nirandas, a developer from India. http://www.nirandas.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