摘要: //msc自己写的答案,Ans正确答案 for (int i = 0, j = 0; i < Ans.Length ; i++, j++) { if (Ans[i] == msc[j])//如果两个答案相同,则正确答案数加一个 score ++; else continue; } 阅读全文
posted @ 2011-08-09 22:39 风一样的大叔 阅读(134) 评论(0) 推荐(0) 编辑
摘要: //传送值protected void btnsend_Click(object sender, EventArgs e) { string id, disguise, random; random = StrOperation.RandString(); disguise = StrOperati... 阅读全文
posted @ 2011-08-09 22:33 风一样的大叔 阅读(367) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using Syste... 阅读全文
posted @ 2011-08-09 22:28 风一样的大叔 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2011-08-09 22:22 风一样的大叔 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: OnClientClick="location.href='default.aspx';return false;" 阅读全文
posted @ 2011-08-09 22:20 风一样的大叔 阅读(165) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2011-08-09 22:19 风一样的大叔 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2011-08-09 22:18 风一样的大叔 阅读(396) 评论(0) 推荐(0) 编辑
摘要: //设为首页【设为首页】//加入收藏【加入收藏】 阅读全文
posted @ 2011-08-09 22:17 风一样的大叔 阅读(167) 评论(0) 推荐(0) 编辑
摘要: SqlConnection(@"Data Source=QIU-6B15F2E079B\SQL2005;DataBase=db_SIS;User ID=sa;PWD=123"); 阅读全文
posted @ 2011-08-09 22:11 风一样的大叔 阅读(244) 评论(0) 推荐(0) 编辑
摘要: //前台//验证码生成页using System;using System.Collections;using System.Configuration;using System.Data;using System.Web;using System.Web.Security;using System... 阅读全文
posted @ 2011-08-09 22:08 风一样的大叔 阅读(293) 评论(0) 推荐(0) 编辑
摘要: if (CheckData()) { return; }Boolean flag = false; if (rep_item_list.Rows.Count == 0) { ScriptManager.RegisterStartupScript(Page, GetType(), "popUp", "... 阅读全文
posted @ 2011-08-09 22:04 风一样的大叔 阅读(425) 评论(0) 推荐(0) 编辑
摘要: Style="cursor:pointer;" 阅读全文
posted @ 2011-08-09 22:02 风一样的大叔 阅读(152) 评论(0) 推荐(0) 编辑
摘要: onkeydown="if(window.event.keyCode==13){window.event.keyCode=9;}" 阅读全文
posted @ 2011-08-09 22:01 风一样的大叔 阅读(250) 评论(0) 推荐(0) 编辑