<a href="javascript:history.go(-1);">Go To Previous Page</a> OR, <asp:LinkButton ID="LinkButton1" runat="server" OnClientClick="javascript:history.go(-1);"> Go To Previous Page</asp:LinkButton>
Response.Redirect(Request.UrlReferrer.ToString());
Mark as Answer if its helpful to you Kumaraspcode2009@gmail.com
Login to post response