2008年1月2日

Asp.Net 2.0 防盗下载文件

摘要: public void downLoad(string path) { try { string filePath = path; int temp = filePath.LastIndexOf("/") + 1; string fileName = filePath.Substring(temp, filePath.Length - temp); //FileStream fileStream ... 阅读全文

posted @ 2008-01-02 13:34 xiaoyz 阅读(229) 评论(0) 推荐(0)

wmlWriter.ascx

摘要: wmlWriter.ascx<%@ Control Language="C#" AutoEventWireup="true" Inherits="userControls.wmlWriter" Codebehind="wmlWriter.ascx.cs" %><%@ Register TagPrefix="mobile" Namespace="System.Web.UI.Mobi... 阅读全文

posted @ 2008-01-02 13:26 xiaoyz 阅读(159) 评论(0) 推荐(0)

导航