haitao · 2010-09-17 09:45:08 · 阅读: 1072 有btnSearch.Attributes.Add("onclick", 。。。。。有btnSearch.Attributes.Add("afterclick", 。。。。吗? 改为 btnSearch.Attributes.Add("onclick", "this.value='搜索中...';this.disabled = true;" )); 居然不会刷新结果表格了!?