updatePanel 中GridView 点击按钮无反应解决方法

Posted on 2007-03-30 15:19  xublogs  阅读(196)  评论(0)    收藏  举报

在网上找了很久,有一个简单的处理方法:

 ClientScript.RegisterStartupScript(GetType(), "test", "window.open('test.aspx')",true);