上一页 1 ··· 23 24 25 26 27
  2007年4月7日
摘要: 在网上看了许多能生成静态页的新闻系统,但基于asp.net的系统极少,闲下时间来自己写了一个,发出来,大家一起研究,代码没做什么优化,只是实现了功能 using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Data.OleDb;using System.Dr... 阅读全文
posted @ 2007-04-07 22:08 上校 阅读(325) 评论(1) 推荐(0)
摘要: private void FileDownload(string FullFileName) { FileInfo DownloadFile = new FileInfo(FullFileName); Response.Clear(); Response.ClearHeaders(); ... 阅读全文
posted @ 2007-04-07 22:07 上校 阅读(179) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27