-
大小: 4.36MB文件類型: .zip金幣: 2下載: 0 次發(fā)布日期: 2024-02-04
- 語言: 其他
- 標(biāo)簽:
資源簡介
仿YouTube視頻分享平臺程序.zip

代碼片段和文件信息
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?PSP.Admin
{
///?
///?Summary?description?for?Approve.
///?
public?class?Approve?:?System.Web.UI.Page
{
protected?System.Web.UI.WebControls.Label?Label1;
protected?System.Web.UI.WebControls.DataGrid?DataGrid1;
private?void?Page_Load(object?sender?System.EventArgs?e)
{
if(!Page.IsPostBack)
{
this.DataGrid1.DataSource?=?PSP.AdminClass.GetAllShowItems();
this.DataGrid1.DataBind();
}
}
#region?Web?Form?Designer?generated?code
override?protected?void?OnInit(EventArgs?e)
{
//
//?CODEGEN:?This?call?is?required?by?the?ASP.NET?Web?Form?Designer.
//
InitializeComponent();
base.OnInit(e);
}
///?
///?Required?method?for?Designer?support?-?do?not?modify
///?the?contents?of?this?method?with?the?code?editor.
///?
private?void?InitializeComponent()
{????
this.DataGrid1.ItemCommand?+=?new?System.Web.UI.WebControls.DataGridCommandEventHandler(this.DataGrid1_ItemCommand);
this.Load?+=?new?System.EventHandler(this.Page_Load);
}
#endregion
private?void?DataGrid1_ItemCommand(object?source?System.Web.UI.WebControls.DataGridCommandEventArgs?e)
{
if(e.CommandName==“Hide“)
{
PSP.AdminClass.SetHide(e.Item.Cells[1].Text);
}
}
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3733??2006-11-03?15:36??my.aspx
?????文件???????55196??2006-11-03?18:14??pla
?????文件??????????71??2006-11-11?20:15??config.txt
?????目錄???????????0??2006-11-11?19:57??db\
?????文件??????462848??2006-11-11?19:58??db\db.mdb
?????目錄???????????0??2006-11-01?23:03??bin\
?????目錄???????????0??2006-10-10?15:18??CSS\
?????文件????????5153??2006-10-10?10:26??CSS\component.css
?????文件????????3832??2006-10-10?10:26??CSS\forum.css
?????文件???????10106??2006-10-10?10:26??CSS\fp.css
?????文件???????17274??2006-10-10?10:26??CSS\main.css
?????文件????????8000??2006-10-10?10:26??CSS\my.css
?????文件???????10815??2006-10-10?10:26??CSS\pod.css
?????文件????????8555??2006-10-10?10:26??CSS\podba
?????目錄???????????0??2006-11-11?14:13??Ctl\
?????文件?????????267??2006-11-03?15:52??Ctl\footer.ascx
?????文件????????2155??2006-11-11?14:13??Ctl\Header.ascx
?????文件?????????263??2006-11-03?14:26??Ctl\myMenu.ascx
?????目錄???????????0??2006-11-01?22:49??images\
?????文件????????8363??2006-10-10?10:26??images\000.gif
?????文件????????7365??2006-10-10?10:26??images\01.gif
?????文件??????????68??2006-10-10?10:26??images\012.gif
?????文件???????10166??2006-10-10?10:26??images\02.gif
?????文件????????1089??2006-10-10?10:26??images\1.gif
?????文件???????16075??2006-10-10?10:26??images\11549.gif
?????文件????????3208??2006-10-10?10:26??images\11549s.gif
?????文件?????????193??2006-10-10?10:26??images\2.gif
?????文件???????14308??2006-10-10?10:26??images\2.jpg
?????文件???????16764??2006-10-10?10:26??images\2435.jpg
?????文件???????15226??2006-10-10?10:26??images\2563.jpg
?????文件????????3702??2006-10-10?10:26??images\26845s.gif
............此處省略174個文件信息
- 上一篇:NOGBAV2.6A中文豪華套餐版
- 下一篇:四大運營商路由表
評論
共有 條評論