• 大小: 2.6MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-09-12
  • 语言: C#
  • 标签:

资源简介

在线电影网站系统+asp.net+SQL有毕业论文+开题报告+使用说明书在线电影网站系统+asp.net+SQL有毕业论文+开题报告+使用说明书在线电影网站系统+asp.net+SQL有毕业论文+开题报告+使用说明书

资源截图

代码片段和文件信息

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;
using System.Data.SqlClient;

namespace gllbysj
{
/// 
/// add 的摘要说明。
/// 

public class add : System.Web.UI.Page
{
protected System.Web.UI.WebControls.TextBox TextBox1;
protected System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1;
protected System.Web.UI.WebControls.TextBox TextBox2;
protected System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator2;
protected System.Web.UI.WebControls.TextBox TextBox3;
protected System.Web.UI.WebControls.CompareValidator CompareValidator1;
protected System.Web.UI.WebControls.TextBox TextBox4;
protected System.Web.UI.WebControls.RegularexpressionValidator RegularexpressionValidator1;
protected System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator3;
protected System.Web.UI.WebControls.linkButton lbt1;
protected System.Web.UI.WebControls.linkButton lbt2;
protected System.Web.UI.WebControls.RegularexpressionValidator RegularexpressionValidator2;
protected System.Web.UI.WebControls.RegularexpressionValidator RegularexpressionValidator3;
protected System.Web.UI.WebControls.RegularexpressionValidator RegularexpressionValidator4;
protected System.Web.UI.WebControls.Image Image1;
protected System.Web.UI.WebControls.Label Label5;

private void Page_Load(object sender System.EventArgs e)
{
// 在此处放置用户代码以初始化页面
//this..Attributes.Add(“onclick““window.close()“);//

}
public bool isname()
{
SqlConnection cn=db.createcon();
string sql=“select * from user1 where name=‘“+this.TextBox1.Text+“‘“;
             cn.Open();
SqlCommand cm=new SqlCommand(sqlcn);
SqlDataReader da=cm.ExecuteReader();
if(da.Read())
{
return false;
cn.Close();

}
else
{
return true;
cn.Close();
}
//cn.Close();
            
}
#region Web 窗体设计器生成的代码
override protected void OnInit(EventArgs e)
{
//
// CODEGEN: 该调用是 ASP.NET Web 窗体设计器所必需的。
//
InitializeComponent();
base.OnInit(e);
}

/// 
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// 

private void InitializeComponent()
{    
this.lbt1.Click += new System.EventHandler(this.lbt1_Click);
this.lbt2.Click += new System.EventHandler(this.lbt2_Click);
this.Load += new System.EventHandler(this.Page_Load);

}
#endregion

     private void Button1_Click(object sender System.EventArgs e)
{
//this.btnClose.Attributes.Add(“onclick““window.close()“);//
// window.close();

}

private void lbt2_Click(object sender System.EventArgs e)
{
this.TextBox1.Text=““;
this.TextBox2.Text=““;
this.TextBox3.Text=““;
this.TextBo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5654  2007-06-09 16:04  在线电影网站系统\gllbysj\add.aspx

     文件       3845  2007-06-02 17:45  在线电影网站系统\gllbysj\add.aspx.cs

     文件       5317  2007-06-02 17:45  在线电影网站系统\gllbysj\add.aspx.resx

     文件       5591  2007-06-09 16:04  在线电影网站系统\gllbysj\addVideo.aspx

     文件       4292  2007-06-04 13:15  在线电影网站系统\gllbysj\addVideo.aspx.cs

     文件       5317  2007-06-04 12:48  在线电影网站系统\gllbysj\addVideo.aspx.resx

     文件       2115  2007-05-08 13:50  在线电影网站系统\gllbysj\AssemblyInfo.cs

     文件       7506  2007-06-15 15:22  在线电影网站系统\gllbysj\baohu.aspx

     文件       6052  2007-06-13 16:28  在线电影网站系统\gllbysj\baohu.aspx.cs

     文件       5317  2007-06-13 16:28  在线电影网站系统\gllbysj\baohu.aspx.resx

     文件      69632  2007-06-26 19:13  在线电影网站系统\gllbysj\bin\gllbysj.dll

     文件     148992  2007-06-26 19:13  在线电影网站系统\gllbysj\bin\gllbysj.pdb

     文件       1030  2007-06-02 13:13  在线电影网站系统\gllbysj\bottom.aspx

     文件        957  2007-06-02 13:13  在线电影网站系统\gllbysj\bottom.aspx.cs

     文件       5317  2007-06-02 13:13  在线电影网站系统\gllbysj\bottom.aspx.resx

     文件        379  2007-06-15 12:59  在线电影网站系统\gllbysj\css\1.css

     文件      70628  2007-06-09 07:54  在线电影网站系统\gllbysj\css\css.css

     文件       2884  2007-06-10 08:18  在线电影网站系统\gllbysj\css\play.css

     文件      70628  2007-06-09 08:19  在线电影网站系统\gllbysj\css.css

     文件    1048576  2007-06-30 08:56  在线电影网站系统\gllbysj\data\bysj_Data.MDF

     文件    1048576  2007-06-30 08:56  在线电影网站系统\gllbysj\data\bysj_Log.LDF

     文件        368  2007-05-08 17:59  在线电影网站系统\gllbysj\db.cs

     文件       4099  2007-06-15 14:57  在线电影网站系统\gllbysj\delete.aspx

     文件       6949  2007-06-15 14:57  在线电影网站系统\gllbysj\delete.aspx.cs

     文件       5317  2007-05-26 09:05  在线电影网站系统\gllbysj\delete.aspx.resx

     文件       3818  2007-06-15 16:43  在线电影网站系统\gllbysj\deltalk.aspx

     文件       5450  2007-06-15 16:43  在线电影网站系统\gllbysj\deltalk.aspx.cs

     文件       5317  2007-05-29 17:28  在线电影网站系统\gllbysj\deltalk.aspx.resx

     文件       3763  2007-05-17 14:42  在线电影网站系统\gllbysj\flash\1.swf

     文件      17486  2007-06-09 08:06  在线电影网站系统\gllbysj\gllbysj.csproj

............此处省略197个文件信息

评论

共有 条评论

相关资源