12 2015 档案

摘要:a.aspx.cs//获取a中的idHttpCookie objCookie = new HttpCookie("myCookie", id); Response.Cookies.Add(objCookie);b.aspx.cs//获取a中的idstring id = Requ... 阅读全文
posted @ 2015-12-31 15:02 Coding&Now 阅读(368) 评论(0) 推荐(0)
摘要:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Drawing;usingSystem.Tex... 阅读全文
posted @ 2015-12-30 16:29 Coding&Now 阅读(687) 评论(0) 推荐(0)