摘要: //打印整个html网页.//打印局部html网页 extjs中的例子bdhtml = window.document.body.innerHTML; startprint = (""); endprint = (""); printhtml = bdhtml.substr(bdhtml.index... 阅读全文
posted @ 2015-07-24 17:51 好好學習 阅读(471) 评论(0) 推荐(0) 编辑
摘要: private void Export(GridView _gv, string filetype, string FileName) { if (filetype == "1") { string style = @" .text { mso-number-format:\@; } "; Re... 阅读全文
posted @ 2015-07-24 15:14 好好學習 阅读(185) 评论(0) 推荐(0) 编辑
摘要: Asp.net 自带的Ajax Extensions中得ScriptManage和 UpdatePanel可以一起实现局部刷新,提高速度和节省网络流量前台代码: ... 阅读全文
posted @ 2015-07-24 14:14 好好學習 阅读(313) 评论(0) 推荐(0) 编辑
摘要: ViewState["名称"]="ssss";直接赋值取值只能在同一个页面使用, 离开页面就会失效 阅读全文
posted @ 2015-07-24 10:53 好好學習 阅读(185) 评论(0) 推荐(0) 编辑