When i click on the Submit Button and on the Button Click i have written a Response.Redirect to a new web page it firstly prompts a message.
Data you are sending will be redirected to another server. Continue?
If i say yes it gives an error Response Unknown.
protected void Button1_Click(object sender, EventArgs e)
{
Response.Redirect("Default2.aspx",false);
}