Hello !
i am working on a simple asp.net project , i have two forms , frmlogin.aspx and frmmain.aspx , i want to redirect my frmlogin.aspx when my session is expired. i already added global.asax. i used all these codes at the session end event of it ,
HttpContent.Current.Response.Redirect("frmlogin.aspx");
Server.Transfer("frmlogin.aspx");
Response,Redirect("frmlogin.aspx");
but nothing happend. Please i need help on this.
Best Regards.