摘要:
在pageload事件下 Response.ContenType = "Application/pdf"; string FilePath = MapPath("acrobat.paf"); Response.WriteFile(FilePath); Response.End(); 如果为其他文件类型 ContenType = Text/html ... 阅读全文
posted @ 2005-02-28 09:16
battlerstar
阅读(454)
评论(0)
推荐(0)