摘要: 后台代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;using DM;using BLL;namespace UI{ public partial class AddUserImageInfo : Form { UserImageInfoBLL bll = 阅读全文
posted @ 2012-05-30 16:26 程序猿网友666 阅读(275) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 为HttpCookie创建kye,hash存cookie对象的key和值 /// </summary> /// <param name="strKey"></param> /// <param name="hash"></param> public static void AddCookie(string strKey, Hashtable hash) { HttpCookie cookie = HttpContext.Current.R... 阅读全文
posted @ 2012-05-30 11:35 程序猿网友666 阅读(462) 评论(0) 推荐(0) 编辑