c#代码编写,比较简单,可是我还没入门,能指点一下吗?

解决方案 »

  1.   

    use javascript:window.open();
    showModalDialog
    showModelessDialog
     and so [email protected]
      

  2.   

    WebForm好像没有OPEN()函数,怎么办
      

  3.   

    Response.Write("<script>location.href='aa.aspx'</script>");
    Response.Write("<script>window.open('aa.aspx')</script>");
    Response.Write("<script>window.showModalDialog('aa.aspx')</script>");
      

  4.   

    如果是服务器控件的话用:
    Response.Redirect("WebForm2.aspx");
    Server.Transfer("WebForm2.aspx");
      

  5.   

    xczgb(没有烟抽的日子.) 正解