Click here to Skip to main content
15,867,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i have created a master page and linked it for all pages like login.aspx and registration.aspx,
but when i click login button in login.aspx it is redirecting to otherpage with authentication but the login link in masterpage is same.... so please help me to change that logout and give a link to it.




Note: login link button is in master page, i need to change that lo logout when login is success full.

Please help me,
Thankyou
Posted
Comments
Nandakishore G N 20-Jun-14 8:02am    
What did you try? Paste it. It can be done search in google there are many examples.

1 solution

Use a LoginStatus[^] or LoginView[^] control.

More information on the built-in login controls is available on MSDN:
http://msdn.microsoft.com/en-us/library/ms178329%28v=vs.110%29.aspx[^]
 
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