I am having a " Login " as an hyperlink in my master page. I want the login hyperlink text to change as logout when i logined the page i get the job recruiter home page or the job seeker page so on that the masterpage's Login should change to logout and for that i am using the session variable. i want the session to be null when the text of hyperlink is Login and to destroy the session as soon as clicked the Logout.
Please help me.
Thankyou.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ravi ShekharPosted Apr 29, 2013, 1:45 AM
You can use LoginStatus control in Asp.net to perform above task.
regards
Ravi