06 2009 档案
点击图片显示原图
摘要:<a href="<%#Eval("PicUrl") %>" target="_blank"><img alt="图片" src="<%#Eval("PicUrl") %>" width="144" /></a>但其中href的地址必须为HTTP形式 阅读全文
posted @ 2009-06-19 21:55 D.Henry 阅读(536) 评论(0) 推荐(0)
判断两段时间之间的时间差
摘要:DateTime t1 = datenow; DateTime t2 = Convert.ToDateTime(ipcon.AddTime); int timesp = Convert.ToInt32(((TimeSpan)(t1 - t2)).TotalMinutes); if (timesp < 15) { Page.RegisterStartupScript("ServiceManHi... 阅读全文
posted @ 2009-06-16 19:55 D.Henry 阅读(266) 评论(0) 推荐(0)