随笔分类 -  ASP.Net 2.0

解析Response对象
摘要:In ASP.NET this is represented as the Response object. When the Web server responds to a request, the communication is typically in the following text-based format:1.HTTP/1.1 200 OK2.Server: Microsoft... 阅读全文
posted @ 2008-03-12 10:24 Yolion 阅读(584) 评论(0) 推荐(0)
[转贴]ASP.NET Session State Partitioning using State Server Load Balancing
摘要:From: http://blog.maartenballiauw.be/post/2008/01/ASPNET-Session-State-Partitioning-using-State-Server-Load-Balancing.aspxIt seems like amount of posts on ASP.NET's Session State keeps growing. Here's... 阅读全文
posted @ 2008-02-20 13:08 Yolion 阅读(815) 评论(0) 推荐(0)
如何显示在网页中显示阿拉伯语言
摘要:本文针对在制作多语言版本的Web应用程序中,特别是显示阿拉伯语。希望对大家开发此类Web应用程序有帮助。 阅读全文
posted @ 2007-09-19 13:21 Yolion 阅读(1829) 评论(2) 推荐(0)
基类里判断Session是否过期(转载)
摘要:1using System; 2public class basePageSessionExpire : System.Web.UI.Page 3 { 4 public basePageSessionExpire() 5 { 6 } 7 8 override protected void OnLoad(EventArgs e) 9 { 10 ... 阅读全文
posted @ 2007-08-23 10:19 Yolion 阅读(922) 评论(2) 推荐(0)
ViewState的处理
摘要:关于对viewstate的一些理解。 阅读全文
posted @ 2007-08-20 16:19 Yolion 阅读(1219) 评论(4) 推荐(0)
[翻译]如何在Apache上运行ASP.NET和ASP.NET 2.0
摘要:我相信当你看到这个题目的时候,肯定有点暗自高兴。哈哈,我的程序终于不再局限于IIS了,终于有多个选择了。好了,接下来开始翻译这位微软MVP的文章,崇拜ing。 阅读全文
posted @ 2007-08-03 16:40 Yolion 阅读(1261) 评论(2) 推荐(0)
Request.ServerVariables参数汇总
摘要:Request.ServerVariables参数汇总 阅读全文
posted @ 2007-08-03 13:41 Yolion 阅读(1094) 评论(2) 推荐(0)
ASP.NET中Session模型简介(转载)
摘要:ASP.NET中Session模型简介 阅读全文
posted @ 2007-08-03 13:09 Yolion 阅读(270) 评论(0) 推荐(0)