摘要:
身份验证票 和 form验证 using System.Web.Security;if((TextBox1.Text.Trim()=="a") && (TextBox2.Text.Trim()=="b")) { FormsAuthentication.SetAuthCookie(TextBox1.Text, false); } else { HttpContext.Current... 阅读全文
posted @ 2009-09-27 15:07
遥望大海,云卷云舒
阅读(1811)
评论(0)
推荐(0)
浙公网安备 33010602011771号