Response.Redirct("http://localhost:3220/NewsSystem/readnews.aspx?newid=32&typeid=3")

解决方案 »

  1.   

    楼上,不是要跳转,我的意思是本页还要继续执行,但想将该网址变为
    http://localhost:3220/NewsSystem/readnews.aspx?newid=32&typeid=3类似这样的格式
    如何做?
      

  2.   

    是从上页跳转http://localhost:3220/NewsSystem/readnews.aspx?newid=32&typeid=3???
      

  3.   

    &typeid=3 这个我是想用程序加的,它来自母版页treeview选中node.value值
    我试着用
    HttpContext.Current.RewritePath(Request.Url.AbsoluteUri.ToString() +"& typeid="+Session["typeid"].ToString()); 
    但行不通
      

  4.   

    用js改变一下。把你那个值放到Div里。然后用js去改变它不可以吗?document.GetElementById("Div名字").innerText = "ddd';