資源簡介
ChatRoom簡單無刷新聊天室源碼
簡單的無刷新聊天室,源碼提供學習使用。
運行:先注冊,然后進入聊天室,進行聊天。
聊天無刷新,不會因為刷新讓你無法輸入消息!
值得下載看看!資源免費,大家分享!!
更多免費資源 http://ynsky.download.csdn.net/

代碼片段和文件信息
using?System;
using?System.Collections;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Web;
using?System.Web.SessionState;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.HtmlControls;
namespace?charroom
{
//該源碼下載自www.51aspx.com(51aspx.com)
///?
///?WebForm1?的摘要說明。
///?
public?partial?class?ChatMain?:?System.Web.UI.Page
{
protected?void?Page_Load(object?sender?System.EventArgs?e)
{
if(Page.IsPostBack?&&?Request.Form.Get(“username“)!=““?)
{
Session[“username“]=Request[“username“];
Application[“message“]=““;
Response.Redirect(“chatRoom.html“);
}
else
{
Response.Write(“請輸入用戶名“);
}
}
#region?Web?窗體設計器生成的代碼
override?protected?void?OnInit(EventArgs?e)
{
//
//?CODEGEN:?該調用是?ASP.NET?Web?窗體設計器所必需的。
//
InitializeComponent();
base.OnInit(e);
}
///?
///?設計器支持所需的方法?-?不要使用代碼編輯器修改
///?此方法的內容。
///?
private?void?InitializeComponent()
{????
}
#endregion
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2115??2010-06-12?08:59??App_Code\AssemblyInfo.cs
?????文件???????1429??2010-06-12?08:59??App_Code\Global.asax.cs
?????文件???????1728??2010-06-12?09:29??51aspx源碼必讀.txt
?????文件????????656??2010-06-12?08:59??chatmain.aspx
?????文件???????1210??2010-06-12?09:14??chatmain.aspx.cs
?????文件????????454??2007-04-20?09:02??chatRoom.html
?????文件???????1523??2010-06-12?09:02??chatRoom.sln
????..A..H.??????7168??2010-06-12?09:02??chatRoom.suo
?????文件???????2139??2010-06-12?08:59??ConversionReport.webinfo
?????文件????????529??2010-06-12?08:59??display.aspx
?????文件????????969??2010-06-12?08:59??display.aspx.cs
?????文件???????4945??2007-07-18?09:38??from.gif
?????文件?????????61??2010-06-12?08:59??Global.asax
?????文件????????661??2010-06-12?08:59??send.aspx
?????文件???????1292??2010-06-12?09:16??send.aspx.cs
?????文件???????4232??2010-06-12?08:59??Web.config
?????文件????????125??2007-03-27?14:33??最新Asp.Net源碼下載.url
?????目錄??????????0??2010-06-12?08:59??App_Code
?????目錄??????????0??2010-06-12?08:59??bin
-----------?---------??----------?-----??----
????????????????31236????????????????????19
評論
共有 條評論