2019年2月17日

asp.net中弹出确认窗口(confirm),实现删除确认的功能

摘要: asp.net中弹出确认窗口(confirm),实现删除确认的功能 给按钮添加Attributes属性,即Button1.Attributes["OnClick"] = "return confirm('are you sure?')";这样在客户端生成 OnClick="return confir 阅读全文

posted @ 2019-02-17 18:36 proving 阅读(1198) 评论(0) 推荐(1)

导航