技术成就梦想

知道用户需求,做到专注!c#,donet,Frameworks,UML,面向对象,设计模式!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年6月25日

摘要: 方法一:private void Page_Load(object sender, System.EventArgs e){ViewState["submittimes"]=Convert.ToInt32(ViewState["submittimes"])+1;if(!Page.IsPostBack){ViewState["submittimes"]=1;}}页面:<INPUT type="button" value="Button" onclick='history.go(-&l 阅读全文

posted @ 2011-06-25 23:05 我不是高手 阅读(313) 评论(0) 推荐(0) 编辑