Click here to Skip to main content
15,905,238 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have a problem with createuserwizard in asp.net,

Problem:
When i create a new user then the loginStatus show the currunt createed user to login me to logOut.

Suppose I am Admin and i have power to create user
Why this problem occurs.


Please Help:
Posted

1 solution

It sounds as if your user is successfully logged in, and has the link to "Logout".

If, however, the user hasn't logged in yet, then it could be that you got the controls reversed (i.e. - you put the text to be displayed in the Login control, in the Logout control instead). Check that, and see if it fixes the problem.

Andre
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900