Asp.net Registration/Login Template
Hi,
I am using the aspnet registration template and am using it for my project to allow users to register and login using it.
Now I want to display the users "UserId" from the database, on a label immediately after registration on another page, I want to take this userId and use it, the user has to enter some information and save it on the database with that userId included as it is referenced on another table. Please help me on how do I go about displaying the UserId on a label instead of just displaying the Username on the LoginView control.
Any suggestion is welcome.