protected void Btn_Search_Click(object sender, EventArgs e)
    {
        string nianLingList=txtNianLingBegin.Text + "x" + txtNianLingEnd.Text;Response.Redirect("ShowSearchInfo.aspx?strFileName=" + strFileName + " &isDiZhi=" + ViewState["isDiZhi"] + "&diZhiID=" + ViewState["diZhiID"] + "&NianLing=" + ViewState["NianLing"]);
        
    }Response.Redirect 后怎么打开新的ShowSearchInfo.aspx页