摘要: //给时间添加天function AddDay(strInterval, Number, dtTmp) { switch (strInterval) { case 's': return new Date(Date.parse(dtTmp) + (1000 * Number)); case 'n':... 阅读全文
posted @ 2009-07-15 17:47 悟〈--觉 阅读(370) 评论(0) 推荐(0) 编辑
摘要: this.DataGrid1.AllowPaging=false;Bind(DataGrid1,"select * from [work]");Response.Clear();Response.Charset="utf-8"; //输出string Title = this.Title.Text;... 阅读全文
posted @ 2009-07-15 17:10 悟〈--觉 阅读(6812) 评论(0) 推荐(0) 编辑