Guys i want to display a welcome message to a logged in user on all my web pages.
Please help on how this could be achieved.
Biodun
Printable View
Guys i want to display a welcome message to a logged in user on all my web pages.
Please help on how this could be achieved.
Biodun
Use javascript alert.
You can also use a label to display a welcome message.Code:<body onload = "alert('welcome');" >
Assuming ASP.NET 2.0 or later, use the LoginView control.
T