資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
public?partial?class?Sample_3_1?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{
????????
????}
????//對ASP服務器控件的文本框寫入當前日期時間
????protected?void?Button2_Click(object?sender?EventArgs?e)
????{
????????//日期時間型數據轉換成長日期格式的寫法:
????????txt_asp.Text?=?DateTime.Now.ToLongDateString();
????}
????//對HTML服務器控件的文本框寫入當前日期時間
????protected?void?Button3_Click(object?sender?EventArgs?e)
????{
????????txt_htmlServer.Value?=?DateTime.Now.ToString();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-03-26?10:08??ASPNET-3\
?????目錄???????????0??2013-03-26?10:08??ASPNET-3\DATA\
?????文件??????720896??2013-03-21?01:04??ASPNET-3\DATA\51ZXW.accdb
?????文件??????409600??2013-03-22?10:18??ASPNET-3\DATA\51ZXW.mdb
?????目錄???????????0??2013-03-22?14:46??ASPNET-3\imgs\
?????文件???????58942??2006-08-11?16:17??ASPNET-3\imgs\36.png
?????文件???????31099??2006-08-11?16:15??ASPNET-3\imgs\37.png
?????文件???????47003??2006-08-11?16:14??ASPNET-3\imgs\38.png
?????文件???????67766??2006-08-11?16:14??ASPNET-3\imgs\39.png
?????文件???????28613??2006-08-11?16:13??ASPNET-3\imgs\40.png
?????文件????????3012??2013-03-21?01:33??ASPNET-3\imgs\back_navbar.png
?????文件???????85527??2013-03-22?14:46??ASPNET-3\imgs\hotarea.jpg
?????文件???????24320??2013-03-03?14:04??ASPNET-3\imgs\interface.jpg
?????文件????????3731??2013-03-21?00:28??ASPNET-3\imgs\li_1.png
?????文件????????1488??2013-03-25?03:44??ASPNET-3\Sample?3-01.aspx
?????文件?????????848??2013-03-15?04:59??ASPNET-3\Sample?3-01.aspx.cs
?????文件????????1915??2013-03-25?03:45??ASPNET-3\Sample?3-02.aspx
?????文件?????????927??2013-03-15?05:00??ASPNET-3\Sample?3-02.aspx.cs
?????文件????????1467??2013-03-25?03:46??ASPNET-3\Sample?3-03.aspx
?????文件????????1664??2013-03-15?05:01??ASPNET-3\Sample?3-03.aspx.cs
?????文件????????2395??2013-03-25?03:52??ASPNET-3\Sample?3-04?05.aspx
?????文件????????2876??2013-03-20?02:07??ASPNET-3\Sample?3-04?05.aspx.cs
?????文件????????2573??2013-03-25?03:47??ASPNET-3\Sample?3-06.aspx
?????文件????????1374??2013-03-20?06:46??ASPNET-3\Sample?3-06.aspx.cs
?????文件????????2481??2013-03-25?03:53??ASPNET-3\Sample?3-07.aspx
?????文件?????????288??2013-03-21?00:28??ASPNET-3\Sample?3-07.aspx.cs
?????文件????????2230??2013-03-25?03:48??ASPNET-3\Sample?3-08.aspx
?????文件?????????866??2013-03-21?05:25??ASPNET-3\Sample?3-08.aspx.cs
?????文件????????1503??2013-03-25?03:49??ASPNET-3\Sample?3-09.aspx
?????文件?????????284??2013-03-21?01:13??ASPNET-3\Sample?3-09.aspx.cs
?????文件????????2900??2013-03-25?03:52??ASPNET-3\Sample?3-10?11.aspx
............此處省略9個文件信息
評論
共有 條評論