12 2009 档案

摘要:问题的提出:当一个用户注册后,首先他不能立即使用用户名和密码登录,需要使用邮箱验证激活后方能使用。Code:EmailInfo.aspx(起始页文件)前台代码代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<formid="form1"run... 阅读全文
posted @ 2009-12-12 15:54 Mangos 阅读(3892) 评论(4) 推荐(2)
摘要:方法1:l建立Default.aspxWeb窗体l在Default.aspx.cs文件中加入如下代码:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;namespaceHitCount{publ... 阅读全文
posted @ 2009-12-11 17:31 Mangos 阅读(1008) 评论(0) 推荐(0)