会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
螃蟹 疯牛 大雁 团队
Starting a Business Stop Worrying Keep Track Close the Door Never Say No Just Work Harder
博客园
首页
新随笔
联系
订阅
管理
2008年8月22日
ASP.NET2.0状态管理系列(6) 会话状态Session State
摘要: 1.保存Session protected void Button1_Click(object sender, EventArgs e) { Session["Name"] = TextBox3.Text; } 2.读取Session protected void Button2_Click(object sender, EventArgs e) { string name = (stri...
阅读全文
posted @ 2008-08-22 14:26 许晓光
阅读(192)
评论(0)
推荐(0)
编辑
公告