Hi guys,
Would appreciate some help with this.
after a successful login I'd like to retrieve the users' name via C# and pass the name on as a parameter to populate a dropdown box or a grid view on the redirected page.
To authenticate a user I use the asp.net login control and I saw that I have access to several properties and methods but can't see text or value to just get the name back and pass it on for further processing.
Am I thinking wrong here?
Any hint on how to accomplish this is much appreciated.
Thx
Ludwig
View Complete Post