I have for example "User1" and "User2" and ...
I want that when "User1" logins to the site home page show "Hello User1" and when "User2" comes, it show "Hello User2"
Can anyone help me?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
I guess the most easiest way I know is to show it by JavaScript using SPServices. Look to SPServices documentation and examples for getting current user. This way allows to do that without extra server side codding. Sample:
Then put thisUserName where you need. |
|||
|
|