2008年6月2日

ASP.NET Cookie的使用汇总

摘要: 1、解决Cookie更新滞后的问题 先写入一个过期的Cookie,再添加一个新的Cookie就OK了。示例代码如下所示: protected void btnSearch_Click(object sender, EventArgs e) { //生成条件表达式 string where = bll.GetWhereSql(Int... 阅读全文

posted @ 2008-06-02 18:09 【好好学习天天向上】 阅读(1213) 评论(0) 推荐(0)

导航