Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8774299
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:31:48+00:00 2026-06-13T18:31:48+00:00

It seems straightforward enough, and testing it, it actually works: <title>Default text</title> In the

  • 0

It seems straightforward enough, and testing it, it actually works:

<title>Default text</title>

In the Masterpage. And:

<%@ Page Title="Specific name"...

in the specific page. Or in its codebehind:

Title = "Specific name";

So why am I asking? Because searching for it I’ve found all sorts of more complicated methods for doing that. (Yes. In Asp.net.)

So is there any drawback to the way I wrote above?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T18:31:49+00:00Added an answer on June 13, 2026 at 6:31 pm

    Not sure what you’ve found but that’s how it is normally done.
    Master page has the default, with overrides from specific pages.

    An alternative (and I’m not specifying it’s better) is to use a Content Placeholder.

    On Master Page

    <title>
        <asp:ContentPlaceHolder id="PageTitle" runat="server">Default Title</asp:ContentPlaceHolder>
    </title>
    

    On specific page

    <asp:Content ContentPlaceHolderID="PageTitle" runat="server">Specific Title</asp:Content>
    

    But the drawback is that it’s not as easy to set the title from code-behind.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

this seems straightforward enough, I don't know if it's a bug, or just something
I am having a heck of time with something that seems rather straightforward but
This seems like a straightforward implementation: ko.observableArray.fn.findEl = function(id) { return ko.computed(function() { var
How can I simply disable a TkInter Listbox? It seems such a straightforward thing
This seems like it should be relatively straightforward, I cannot figure out what I'm
This seems like a straightforward question, but I haven't had any good answers from
My code is straightforward enough: <% using(Html.BeginForm(FormMethod.Get)) %> <% { %> Search for in
I've done a ton of reading on accomplishing this and it seems pretty straightforward.
This seems straight forward enough , but i have not been able to identify
Sounds simple enough, but its not working. In this example, I want to set

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.