01 2014 档案
摘要:.如果调用Response.Write()方法的服务器控件在使用UpdatePanel的页面,则只需要在UpdatePanel下增加一个节点,通过PostBackTrigger注册一下改控件就可以了。代码如下: 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 2.但是,如果是在母版页中使用UpdatePanel,则不能通过以上方法来解决,否则或出现类似以下错误: A control with ID 'btnExport' could not be found for the trigger in Upd...
阅读全文
摘要://在GV1_DataBound事件中加上: protected void GV1_DataBound(object sender, EventArgs e) { try {for (int j = 0; j " + GV1.Rows[j].Cells[i].Text + ""; } } }catch{}}
阅读全文

浙公网安备 33010602011771号