forum.venkateswarlu.net
      Register      Login
logout

1 replies to this topic

Saravanan Ramamoorhty #1
Member
58 Points
Posted on 09 Feb 2012 03:39 PM IST how to log out a window in asp.net...can you give coding for that 
Dot Net     900 views     Reply to this topic
Suman Battu #2
Member
34 Points
Replied on 13 Feb 2012 10:57 AM IST Maintain user name in session when ever click the log out button send to login page or else if sesion expired send it to logout page

if(session["UserName"] == "" || session["UserName"] == "null")
{
reponse.Redirect(-->Logoutpage.aspx<--);
Reply to this topic