Hi,
i have a signup.aspx page on which the user get registered and response.redire ct to the nextpage.aspx
On the nextpage.aspx there is a back button on which has on click event
protected void Button1_Click(o bject sender, EventArgs e)
{
Response.Redire ct("signup.aspx ")
}
but this is not working it redirects to the same page as it should be redirected to the signup.aspx Page
kindly help
Thanx
i have a signup.aspx page on which the user get registered and response.redire ct to the nextpage.aspx
On the nextpage.aspx there is a back button on which has on click event
protected void Button1_Click(o bject sender, EventArgs e)
{
Response.Redire ct("signup.aspx ")
}
but this is not working it redirects to the same page as it should be redirected to the signup.aspx Page
kindly help
Thanx
Comment