随笔分类 -  .Net

摘要:PagePage 类表示从 ASP.NET Web 应用程序的宿主服务器请求的 .aspx 文件(又称为 Web 窗体页)。System.ObjectSystem.Web.UI.ControlSystem.Web.UI.TemplateControlSystem.Web.UI.PagePage 类与扩展名为 .aspx 的文件相关联。这些文件在运行时编译为 Page 对象,并缓存在服务器内存中。如... 阅读全文
posted @ 2010-10-16 11:18 AlexJones 阅读(254) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using JcasDbCom... 阅读全文
posted @ 2010-10-09 06:01 AlexJones 阅读(218) 评论(0) 推荐(0)