2017年11月14日

.net aspx 禁止F5刷新页面重复触发按钮事件

摘要: 解决方法: bool IsPageRefresh = false; protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ViewState["ViewStateId"] = System.... 阅读全文

posted @ 2017-11-14 17:37 白发黄鸡 阅读(189) 评论(0) 推荐(0)

导航