文件名称:鲜花网站asp
文件大小:81KB
文件格式:RAR
更新时间:2016-06-23 03:54:49
asp销售
鲜花在线销售asp源代码
public partial class Index : System.Web.UI.Page
{
//定义共有元素,方便当前页面其他方法调用
private Database db = new Database();
private DataSet ds = new DataSet();
private DataView dv = new DataView();
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
Page.Title = "新闻首页";
//调用Bind方法完成对数据信息的绑定
Bind(Repeater1, "1", Label1);
Bind(Repeater2, "2", Label2);
Bind(Repeater3, "3", Label3);
Bind(Repeater4, "4", Label4);
Bind(Repeater5, "5", Label5);
Bind(Repeater6, "6", Label6);
}
}
///
【文件预览】:
NewsDuankeqi
----List.aspx.cs(2KB)
----web.config(9KB)
----App_Themes()
--------DefaultTheme()
----Index.aspx.cs(2KB)
----Admin()
--------NewsTypeManage.aspx.cs(3KB)
--------AdminManage.aspx(4KB)
--------AdminInsert.aspx.cs(1KB)
--------Readme.txt(429B)
--------Login.aspx.cs(1KB)
--------AdminManage.aspx.cs(3KB)
--------NewsUpdate.aspx(2KB)
--------Index.aspx.cs(784B)
--------Exit.aspx(442B)
--------AdminInsert.aspx(2KB)
--------NewsTypeManage.aspx(4KB)
--------Index.aspx(572B)
--------Images()
--------Login.aspx(2KB)
--------Help.aspx(539B)
--------NewsManage.aspx(4KB)
--------NewsManage.aspx.cs(4KB)
--------NewsTypeInsert.aspx.cs(1KB)
--------Help.aspx.cs(783B)
--------Left.aspx.cs(1011B)
--------NewsUpdate.aspx.cs(3KB)
--------NewsTypeInsert.aspx(2KB)
--------Exit.aspx.cs(523B)
--------NewsInsert.aspx.cs(2KB)
--------Left.aspx(2KB)
--------NewsInsert.aspx(3KB)
----App_Code()
--------BLL()
--------DAL()
----List.aspx(2KB)
----Detail.aspx.cs(2KB)
----Bin()
--------DataAccessLayer.dll.refresh(46B)
--------DataAccessLayer.dll(7KB)
----NewsMaster.master.cs(3KB)
----Index.aspx(3KB)
----Images()
--------icp.gif(541B)
--------Thumbs.db(6KB)
--------navigation.jpg(21KB)
----NewsMaster.master(2KB)
----Detail.aspx(1KB)
----App_Data()
--------NewsDB.sql(1KB)