資源簡介
asp編程中
設計一個“在線人數統計”頁面
還有設置登錄界面 的的源代碼

代碼片段和文件信息
using?System;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.HtmlControls;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.xml.Linq;
public?partial?class?_Default?:?System.Web.UI.Page?
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????Response.Write(“當前在線人數:?“?+?Application[“online“]);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????447??2008-01-09?05:09??web實驗4.2\4.22\Default.aspx
?????文件????????498??2011-10-18?22:21??web實驗4.2\4.22\Default.aspx.cs
?????文件???????1395??2011-10-18?22:21??web實驗4.2\4.22\Global.asax
?????文件???????8690??2011-10-18?22:21??web實驗4.2\4.22\web.config
?????文件???????1773??2011-10-18?23:35??web實驗4.2\4.22.txt
?????文件????????815??2011-10-18?23:15??web實驗4.2\4.23\Default.aspx
?????文件????????642??2011-10-18?23:15??web實驗4.2\4.23\Default.aspx.cs
?????文件????????643??2011-10-18?23:21??web實驗4.2\4.23\Default2.aspx
?????文件????????732??2011-10-18?23:21??web實驗4.2\4.23\Default2.aspx.cs
?????文件????????628??2011-10-18?23:04??web實驗4.2\4.23\Default3.aspx
?????文件????????904??2011-10-18?23:27??web實驗4.2\4.23\Default3.aspx.cs
?????文件????????387??2011-10-18?23:10??web實驗4.2\4.23\main.htm
?????文件???????8622??2011-10-18?22:31??web實驗4.2\4.23\web.config
?????文件???????1706??2011-10-18?23:34??web實驗4.2\4.23.txt
?????目錄??????????0??2011-10-18?22:07??web實驗4.2\4.22\App_Data
?????目錄??????????0??2011-10-18?22:32??web實驗4.2\4.23\App_Data
?????目錄??????????0??2011-10-18?22:21??web實驗4.2\4.22
?????目錄??????????0??2011-10-18?23:27??web實驗4.2\4.23
?????目錄??????????0??2011-10-18?23:45??web實驗4.2
-----------?---------??----------?-----??----
????????????????27882????????????????????19
評論
共有 條評論