Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I have a master page in which there is link button called logout when I click this it has to take me to the login page but the event is not getting fired how to do it pl tell me any other alternative
Posted
Comments
Sergey Alexandrovich Kryukov 30-Jan-12 0:52am    
What alternative? To what? Without seeing your code. And you should be able to identify existing problems before looking for alternatives. So, what's your problem?
--SA

delete the link button and add new.
 
Share this answer
 
Please add anchor tag in master page, and redirect user to logout.aspx page.

On page load of logout.aspx page,
clear session values and redirect user to login page.
 
Share this answer
 
v2

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