会员
商店
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
〖芈老头〗的技术空间-All For Better Codes
Difficulty of making decision depends on what to lose not gain
博客园
首页
新随笔
联系
管理
2004年11月
一种写法的区别
摘要: 在做一个web项目的时候,发现了这样一个问题this.ViewState.Add( "test", "test1" );this.ViewState.Remove( "test" );this.ViewState.Add( "test", "test2" );上面三句的效果和下面这两句是一样,如下:this.ViewState["test"] = "test1";this.ViewState["t...
阅读全文
posted @ 2004-11-05 09:37 芈老头
阅读(1284)
评论(3)
推荐(0)
编辑
公告
点击右上角即可分享