isauthenticated

  1. N

    Question Detecting whether anyone is logged in

    I am currently working on a Web Application that uses ASP.NET Membership. There are multiple places that I need to determine whether a user is logged in (Pages, Master Pages, UserControls, classes that I write, etc.). I have tried the following: IsNothing(Membership.GetUser())...
Back
Top