资源简介
具有会员注册与管理、在线留言等功能,很多地方还有待完善,仅供初学者参考
用户登录采用了随机码验证,模板文件采用了VS2005中的master。
代码片段和文件信息
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class Default3 : System.Web.UI.Page
{
public void rad()//其主要实现刷新验证码,功能
{
char[] x = { ‘1‘ ‘2‘ ‘3‘ ‘4‘ ‘5‘ ‘6‘ ‘7‘ ‘8‘ ‘9‘ ‘a‘ ‘b‘ ‘c‘ ‘d‘ ‘e‘ ‘f‘ ‘g‘ ‘h‘ ‘i‘ ‘j‘ ‘k‘ ‘l‘ ‘m‘ ‘n‘ ‘o‘ ‘p‘ ‘q‘ ‘r‘ ‘s‘ ‘t‘ ‘u‘ ‘v‘ ‘w‘ ‘x‘ ‘y‘ ‘z‘ ‘A‘ ‘B‘ ‘C‘ ‘D‘ ‘E‘ ‘F‘ ‘G‘ ‘H‘ ‘I‘ ‘J‘ ‘K‘ ‘L‘ ‘M‘ ‘N‘ ‘O‘ ‘P‘ ‘Q‘ ‘R‘ ‘S‘ ‘T‘ ‘U‘ ‘V‘ ‘W‘ ‘X‘ ‘Y‘ ‘Z‘ };
string[] l ={ “a“ “b“ };
Random rr = new Random();
int kk = rr.Next(0 53);
string m = x[kk].ToString();
//string same = m;//记录第一个数据
for (int i = 0; i <= 2; i++)
{
int mm = rr.Next(0 53);
m = m + x[mm];
// Response.Write(mm);
// Response.Write(x[mm]);
}
// Response.Write(m);
linkButton1.Text = m;
}
private string yanzheng(string text) //所以防范的时候需要对用户的输入进行检查。特别是一些特殊字符,比如单引号,分号,逗号,冒号,连接号进行转换或者过滤。
{
string o;
o = text.Replace(“‘“ ““);//替换单引号
o = o.Replace(“;“ ““);// 分号
o = o.Replace(““ ““);//逗号
o = o.Replace(“:“ ““);//冒号
o = o.Replace(“-“ ““);//连接号
return o;
}
protected void Page_Load(object sender EventArgs e)
{
if(!IsPostBack)//good
rad();//调用
}
protected void linkButton1_Click(object sender EventArgs e)
{
rad();//调用
}
protected void ImageButton2_Click(object sender ImageClickEventArgs e)
{
Response.Redirect(“zhuce.aspx“ true);
}
protected void ImageButton1_Click(object sender ImageClickEventArgs e)
{
string kk;//用于传给公共类中的查询语句
string m =TextBox1.Text;
m = yanzheng(m);//传值给yanzheng返回正确的值
string n = TextBox2.Text;
n = yanzheng(n);
if (m != ““ && n != ““)//验证两个textbox不能为空
{
kk = “select count(*) from userfor where username=‘“ + m + “‘ and userpassword=‘“ + n + “‘“;
Response.Write(kk);
//select count(*) from userfor where username=‘abce‘ and userpassword=‘mima‘
Class1 pp = new Class1();
//pp.store(kk 1);
if (TextBox3.Text==linkButton1.Text)//验证验证码的正确与否
{
Response.Write(“nonono“);
if (pp.store(kk 1) == 1)
{
Label1.Visible = false;
// Session.Add(“yhmc“TextBox1.Text);
Session[“yhmc“] = TextBox1.Text;
Response.Write(“you are sucseful“);
// 用于 把魅力数值加一
string meili
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1948 2006-09-09 23:47 Asp.net简单网上商店源码\images\1.gif
文件 2069 2006-09-09 23:48 Asp.net简单网上商店源码\images\10(1).gif
文件 2139 2006-09-09 23:48 Asp.net简单网上商店源码\images\11.gif
文件 6613 2006-09-09 23:47 Asp.net简单网上商店源码\images\1108656466.gif
文件 1480 2006-09-09 23:47 Asp.net简单网上商店源码\images\12.gif
文件 1548 2006-09-09 23:47 Asp.net简单网上商店源码\images\13.gif
文件 1835 2006-09-09 23:48 Asp.net简单网上商店源码\images\14.gif
文件 151 2006-09-09 23:48 Asp.net简单网上商店源码\images\15.gif
文件 622 2006-09-09 23:48 Asp.net简单网上商店源码\images\16.gif
文件 152 2006-09-09 23:47 Asp.net简单网上商店源码\images\17.gif
文件 616 2006-09-09 23:47 Asp.net简单网上商店源码\images\18.gif
文件 83 2006-09-09 23:47 Asp.net简单网上商店源码\images\19.gif
文件 2597 2006-09-09 23:47 Asp.net简单网上商店源码\images\2.gif
文件 90 2006-09-09 23:47 Asp.net简单网上商店源码\images\23.gif
文件 1329 2006-09-09 23:47 Asp.net简单网上商店源码\images\3.gif
文件 465 2006-09-09 23:47 Asp.net简单网上商店源码\images\5.gif
文件 64 2006-09-09 23:48 Asp.net简单网上商店源码\images\53.gif
文件 2374 2006-09-09 23:47 Asp.net简单网上商店源码\images\6.gif
文件 2481 2006-09-09 23:47 Asp.net简单网上商店源码\images\7.gif
文件 2431 2006-09-09 23:47 Asp.net简单网上商店源码\images\8.gif
文件 2110 2006-09-09 23:48 Asp.net简单网上商店源码\images\9.gif
文件 1228 2006-09-09 23:47 Asp.net简单网上商店源码\images\denglu.gif
文件 4945 2007-07-18 09:38 Asp.net简单网上商店源码\images\from.gif
文件 134 2006-09-09 23:48 Asp.net简单网上商店源码\images\line.gif
文件 20824 2007-03-14 16:40 Asp.net简单网上商店源码\images\liuyan\bg.png
文件 133 2006-11-09 22:33 Asp.net简单网上商店源码\images\liuyan\content.gif
文件 692 2006-03-12 21:54 Asp.net简单网上商店源码\images\liuyan\ip.png
文件 2289 2007-03-14 13:58 Asp.net简单网上商店源码\images\liuyan\new.gif
文件 29881 2007-03-14 16:03 Asp.net简单网上商店源码\images\liuyan\new.png
文件 239 2006-10-15 22:23 Asp.net简单网上商店源码\images\liuyan\next.gif
............此处省略86个文件信息
评论
共有 条评论