c# - using asp.net membership provider how to check if the user is registered or not? -


How to use asp.net and c # subscription providers that the user is registered or not? Do not want to handle it in the code using "Login Status"?

Not sure whether you want to know whether they are a "registered" user or log These are (will indicate in the form of login status)

To know if they are logged in (What login state uses):

  System.Web .HttpContext.Current.User.Identity.IsAuthenticated;  

Comments