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