摘要:
private void SetUpCookies() { //记住用户名密码 if (!string.IsNullOrEmpty(Request["remUsername"])) { string uName = this.txtName.Text.Trim(); string uPwd = this.txtPwd.Text.Trim(); HttpCookie Cook... 阅读全文
posted @ 2010-11-04 15:08
杨——
阅读(3972)
评论(4)
推荐(2)
浙公网安备 33010602011771号