yulei's blog

有梦想更有要有行动,每天前进一小步,那么每年可以迈出一大步 QQ:65072096 MSN:coolsoft2001@sina.com

导航

2008年1月17日 #

asp.net2 membership常见问题总结-YuLei's

摘要: 1.登陆验证代码 if (Membership.ValidateUser(userName.Text, password.Text)) { if (Request.QueryString["ReturnUrl"] != null) { FormsAuthentication.RedirectFromLoginPage(userName.Text, false); } else... 阅读全文

posted @ 2008-01-17 14:03 yulei 阅读(144) 评论(1) 推荐(0)