摘要: 1、UserLogin.ascx.cs using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.We 阅读全文
posted @ 2016-02-26 16:33 动感回旋踢 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 在设置cookie时,如果存入cookie中的内容为中文,则读取后变成乱码,英文或者数字不存在这种问题。解决办法是不直接存取,而是采用编码的方法进行存取。 1、设置cookie public void setCookies() { HttpCookie ck = new HttpCookie("ck 阅读全文
posted @ 2016-02-26 16:01 动感回旋踢 阅读(268) 评论(0) 推荐(0) 编辑