master page title

  • Thread starter Thread starter CSharpguy
  • Start date Start date
C

CSharpguy

I'm using a master page in my site, when a user logs in I want to show the
account the logging into, so I want to show that in the master page section
(top), how can I show the account name on the master page?

ex:

master page -- Accunt Name
 
I'm using a master page in my site, when a user logs in I want to show the
account the logging into, so I want to show that in the master page section
(top), how can I show the account name on the master page?

ex:

master page -- Accunt Name

Just drag the LoginName control onto the master page whereever you
want it.

<asp:LoginName ID="LoginName1" runat="server" />

Peter Kellner
http://peterkellner.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top