计算机毕业设计基本介绍:
(二)基本功能模块
管理员:
1. 快件公司管理
此模块主要是快件公司基本信息的管理,便于网络用户查看.
以下是引用片段:
其相关代码如下: protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { //显示公司列表 DataTable dt = DataControl.GetData("select * from 公司信息"); if (dt.Rows.Count > 0) { this.TextBox1.Text = dt.Rows[0]["公司名称"].ToString(); this.TextBox2.Text = dt.Rows[0]["公司地址"].ToString(); this.TextBox3.Text = dt.Rows[0]["联系电话"].ToString(); this.TextBox4.Text = dt.Rows[0]["法人代表"].ToString(); this.TextBox5.Text = dt.Rows[0]["公司介绍"].ToString(); this.TextBox6.Text = dt.Rows[0]["公司业绩"].ToString(); this.TextBox7.Text = dt.Rows[0]["公司规模"].ToString(); this.TextBox8.Text = dt.Rows[0]["备注"].ToString(); } } } protected void Button2_Click(object sender, EventArgs e) { //保存公司信息 if (TextBox1.Text == "") { Page.公司名称不能为空'>") ; return; } DataControl.Execute("update 公司信息 set 公司名称='" + TextBox1.Text + "',公司地址='" + TextBox2.Text + "'," + "联系电话='" + TextBox3.Text + "',法人代表='" + TextBox4.Text + "',公司介绍='" + TextBox5.Text + "', " + "公司业绩='" + TextBox6.Text + "',公司规模='" + TextBox7.Text + "',备注='" + TextBox8.Text + "'"); Response.Gsxx.aspx");
}
|
〖资料来源:计算机毕业论文 www.xiaoniu168.com〗
第10页为计算机毕业论文员工信息介绍......