• 大小: 4.36MB
    文件类型: .zip
    金币: 2
    下载: 0 次
    发布日期: 2024-02-04
  • 语言: 其他
  • 标签:

资源简介

仿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  player.swf
     文件          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\podbase.css
     目录           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个文件信息

评论

共有 条评论

相关资源