比如:
private void BT_Click(object sender, ..... e)
{
.......?//是浏览器过10秒后回到本页面的前一页面,相当于实现浏览器上“后退”键的功能
}

解决方案 »

  1.   

    Resonse.Write("<script>setTimeout('history.back();',10000);</script>)";
      

  2.   

    Response.Write("<script>setTimeout('history.go(-2);',10000);</script>");
      

  3.   

    学习学习再学习
    <script>
    setTimeout("window.location='http://www.google.com'",1000);
    </script>
      

  4.   

    继承control    捕获事件    触发事件
      

  5.   

    上次见lovecherry还是一星,升级了哈,恭喜恭喜!(借宝地一用)