Tagged Questions

2
votes
2answers
910 views

Display Full Name in ASP.NET LoginName control

I have an .aspx page using a login control with custom authentication. I was wondering if it's possible to have a "Welcome [FirstName] [LastName]" message using the LoginName control instead of the …