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.

hello , no one is there to help me on this :(

Still no one here :(

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.