How to check whether the user logged in or not?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi... i have to check the whether the user get logged in or not all pages... how do i use Default.aspx page output in all pages? any help will be appriciated. Thanks...
G.Paulraj
Use form authentication or Create one user control and insert that in your all page in that user control check for the Session["username"] and insert value in this Session["username"] when user login to system