I am using Asp.Net/C#
.I am using Asp.Net s
built-in Membership Framework
.I have a requirement wherein the current(logged-in) user s name should be displayed in the horizontal menu towards the right side.The aspnet_Users
table stores the UserName in the form of some code like ppp001
where as the actual name of the user For Example: John Smith
is stored in the table which is linked to aspnet_Users
table using a Foreign Key constraint
.So my question is how do I display the users name from that table to my menu.Should I use repeater
control.
Any suggestions are welcome.
成就