G
Guest
Hello!
I'm trying to figure out how to go back to the previous webpage without
using the code below since the directory structure is hardcoded. It should
work just like clicking the "Back" button on Internet Explorer.
private void Button5_Click(object sender, System.EventArgs e)
{
Response.Redirect("http://localhost/Directory1/Form1.aspx");
}
I'm trying to figure out how to go back to the previous webpage without
using the code below since the directory structure is hardcoded. It should
work just like clicking the "Back" button on Internet Explorer.
private void Button5_Click(object sender, System.EventArgs e)
{
Response.Redirect("http://localhost/Directory1/Form1.aspx");
}