摘要:
var xmlhttp;var tick=60000;function headtick(){ window.setTimeout(headtick,tick); var url="/Ajax/CheckHeadTickToken.aspx"; if(window.ActiveXObject) { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } else if(window.XMLHttpRequest) { xmlhttp = new XMLHttpRequest(); } xmlhttp.ope 阅读全文
posted @ 2011-08-02 15:17
94cool
阅读(1510)
评论(0)
推荐(0)
摘要:
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { if (Request.QueryString["filename"] != null && Request.QueryString["path"] != null) { string filename = Request.QueryString["filename"]; string path = Request.QueryString["path"] 阅读全文
posted @ 2011-08-02 14:09
94cool
阅读(245)
评论(0)
推荐(0)
摘要:
from:http://www.cnblogs.com/wangxiaosmile/archive/2010/10/27/1773802.html1) RDLC报表所需的4个DLL文件提取 RDLC报表文件部 署在客户端若要正常工作,需4个dll文件,分别是:Microsoft.ReportViewer.Common.dll、Microsoft.ReportViewer.ProcessingObjectModel.dll、Microsoft.ReportViewer.WebForms.dll和Microsoft.ReportViewer.WinForms.dll。通常情况,只要开发人员引用了R 阅读全文
posted @ 2011-08-02 08:16
94cool
阅读(1914)
评论(0)
推荐(0)
浙公网安备 33010602011771号