資源簡介
這是我剛學習asp.net的時候做的一個班級網站,或許與您有所交流

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.Data.OleDb;
public?partial?class?accept?:?System.Web.UI.Page
{
????public?connection?conn?=?new?connection();
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(Session[“name“]?==?null)
????????{
????????????Response.Redirect(“error.htm“);
????????}
????????else
????????{
????????????conn.sercher(DataList1?“select?*?from?accept?where?ego=‘“?+?Session[“name“]?+?“‘?or?ego=‘sa‘?order?by?etime?DESC“);
????????}
????}
????protected?void?DataList1_ItemCommand(object?source?DataListCommandEventArgs?e)
????{
????????if?(e.CommandName?==?“read“)
????????{
????????????DataList1.SelectedIndex?=?e.Item.ItemIndex;
????????????conn.sercher(DataList1?“select?*?from?accept?where?ego=‘“?+?Session[“name“]?+?“‘?or?ego=‘sa‘?order?by?etime?DESC“);
????????}
????????if?(e.CommandName?==?“close“)
????????{
????????????DataList1.SelectedIndex?=?-1;
????????????conn.sercher(DataList1?“select?*?from?accept?where?ego=‘“?+?Session[“name“]?+?“‘?or?ego=‘sa‘?order?by?etime?DESC“);
????????}
????}
????protected?void?DataList1_DeleteCommand(object?source?DataListCommandEventArgs?e)
????{
????????int?id?=?(int)DataList1.DataKeys[e.Item.ItemIndex];
????????conn.insert(“delete?from?accept?where?id=“+id+““);
????????conn.sercher(DataList1?“select?*?from?accept?where?ego=‘“?+?Session[“name“]?+?“‘?or?ego=‘sa‘?order?by?etime?DESC“);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????14198??2008-06-20?01:20??InsertFlash\class.htm
????..A.SH.??????6144??2008-06-20?21:01??InsertFlash\upfile\Thumbs.db
?????文件??????10255??2008-06-21?15:12??InsertFlash\message.htm
?????文件????1897860??2008-06-19?21:56??InsertFlash\class.swf
?????文件????????675??2008-06-19?22:44??InsertFlash\li
?????文件??????10762??2008-06-20?00:07??InsertFlash\newsfb.aspx
?????文件???????1695??2008-06-21?20:37??InsertFlash\Web.Config
?????文件???????7855??2008-06-20?00:07??InsertFlash\readnews.aspx
?????文件???????1244??2008-07-13?23:14??InsertFlash\newsfb.aspx.cs
?????文件????????730??2008-07-04?22:16??InsertFlash\classbbs.aspx
?????文件????????409??2008-06-19?21:05??InsertFlash\classbbs.aspx.cs
?????文件????????443??2008-06-19?21:05??InsertFlash\message.aspx
?????文件????????408??2008-06-19?21:05??InsertFlash\message.aspx.cs
?????文件????????135??2008-06-18?16:00??InsertFlash\image\mz_topbg.gif
?????文件???????1489??2008-06-18?16:00??InsertFlash\image\mz_top1.gif
?????文件????????828??2008-06-18?16:00??InsertFlash\image\mz_kbg.gif
????..A.SH.????158208??2008-07-21?09:44??InsertFlash\image\Thumbs.db
?????文件???????1200??2008-06-18?16:00??InsertFlash\image\mz_k1.gif
?????文件???????1386??2008-06-18?16:00??InsertFlash\image\mz_ka.gif
?????文件???????1219??2008-06-18?16:00??InsertFlash\image\mz_k4.gif
?????文件?????????87??2008-06-18?16:00??InsertFlash\image\sz.gif
?????文件????????829??2008-06-18?16:00??InsertFlash\image\mz_votebg.gif
?????文件????????986??2008-06-18?16:01??InsertFlash\image\mz_vote1.gif
?????文件???????4584??2008-06-18?16:00??InsertFlash\image\mz_05.gif
?????文件???????2041??2008-06-18?16:00??InsertFlash\image\mz_bottom.gif
?????文件??????21158??2008-06-10?23:19??InsertFlash\image\top.gif
?????文件???????1548??2008-06-18?16:00??InsertFlash\image\mz_main1.gif
?????文件???????1192??2008-06-18?20:11??InsertFlash\image\wzfb.gif
?????文件???????1200??2008-06-18?20:11??InsertFlash\image\wzsy.gif
?????文件???????1263??2008-06-18?20:23??InsertFlash\image\bjgk.gif
............此處省略103個文件信息
評論
共有 條評論