Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

masterpage title

0 views
Skip to first unread message

John

unread,
May 30, 2006, 3:57:21 PM5/30/06
to
I'm using a master page for my web site and I want to show the account name
in the master page 'title' section. How can I show my drop down selection in
my master page 'title section'?

example:

master page:
Scott's Account
-----------------------------------------------
nav | content section:
nav | account Listing drop down
nav |
nav |


Will Asrari

unread,
May 30, 2006, 5:51:34 PM5/30/06
to
Even though you are using master pages you can still access the page's
title from any child page.

protected void Page_Load(object sender, EventArgs e)
{
Page.Title = "title here...";
}

sammy

unread,
May 30, 2006, 5:56:27 PM5/30/06
to
the title belongs to the content page not the master page
in your page load
me.title=me.ddl.selectedindex.value


"John" <why...@gmail.com> wrote in message
news:uBwoGNCh...@TK2MSFTNGP03.phx.gbl...

clintonG

unread,
May 30, 2006, 8:27:54 PM5/30/06
to
And we can get an account name from the Membership class.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"John" <why...@gmail.com> wrote in message
news:uBwoGNCh...@TK2MSFTNGP03.phx.gbl...

0 new messages