master page title

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
 
P

PeterKellner

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

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,218
Latest member
JolieDenha

Latest Threads

Top