关于ASPX的页面跳转问题_百度知道
关于ASPX的页面跳转问题在Default.aspx1.cs里 protected void Button1_Click(object sender, EventArgs e) { Response.Redirect("Default.aspx2") ; ...
response.redirect()
Response.Redirect MethodIIS 6.0 The Redirect method causes the browser to redirect the client to a different URL. Redirect( URL ) Parameters URL The ...