2012年10月18日

asp.net 文件下载,有进度条

摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RenameDownload.aspx.cs" Inherits="DownloadProxy.RenameDownload" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitio 阅读全文

posted @ 2012-10-18 15:36 空明流光 阅读(595) 评论(0) 推荐(0) 编辑

asp.net ajax使用方法一

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace DownloadProxy{ public partial class RenameDownload : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { }... 阅读全文

posted @ 2012-10-18 09:34 空明流光 阅读(165) 评论(0) 推荐(0) 编辑

导航