05 2006 档案

摘要:对于加载时间比较长的ASP.NET页面,我们可以在客户端浏览器中显示进度条来显示页面正在装载。下面就是具体的实现过程: 1、新建项目,名字为WebPortal,在项目类型中选择Visual C#项目或者Visual Basic项目都可; 2、在模板类型中选择ASP.NET Web应用程序; 位置里输入:http://localhost/WebPortal; 添加新项:名字为ShowProgress... 阅读全文
posted @ 2006-05-29 14:52 浪剑 阅读(669) 评论(0) 推荐(0)
摘要:http://www.vipcn.com/InfoView/Article_41164.html 阅读全文
posted @ 2006-05-18 16:37 浪剑 阅读(438) 评论(2) 推荐(0)
摘要:WaterPhoto using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionSta... 阅读全文
posted @ 2006-05-16 15:54 浪剑 阅读(824) 评论(1) 推荐(0)