计算机毕业设计前台功能介绍:
5.1 系统主界面介绍
在IE里运行本系统,出现系统的主界面,用户和管理员可以通过指定的帐号登陆系统,用户可以注册登陆系统。
以下是引用片段:
核心代码如下: string strJs = ""; for (int i = 0; i < RadioButtonList1.Items.Count; i++) { if (RadioButtonList1.Items[i].Selected) { strJs = RadioButtonList1.Items[i].Text; break; } } if (strJs == "管理员") { if (Database.GetData("select * from 管理员 where 帐号='" + TextBox1.Text + "' and 密码='" + TextBox2.Text + "'").Rows.Count > 0) { Session["User"] = TextBox1.Text; Response.Admin/index.aspx"); } else { ClientScript.Regis登陆信息错误'>"); return; } } else if (strJs == "用户") { if (Database.GetData("select * from 用户 where 用户名='" + TextBox1.Text + "' and 密码='" + TextBox2.Text + "'").Rows.Count > 0) { Session["User"] = TextBox1.Text; Response./index1.aspx"); } else { ClientScript.RegisterCl('登陆信息错误');<>"); return; } }
|
〖资料来源:计算机毕业论文 www.xiaoniu168.com〗
第7页为计算机毕业论文植物信息维护......