Application对象使用实例--聊天室效果图如下:本实例共两个web窗体,Default.aspx和show.aspx1.show.aspx.cs下的Code: protected void Page_Load(object sender, EventArgs e) { if (Application["show"] == null) { Application.Lock(); Application["show"]=""; Application.UnLock(); } Response.Write(Application[& Read More
posted @ 2012-03-12 17:03 zhangmengjie Views(288) Comments(0) Diggs(0)