在详细信息视图上使用“取消”命令后会触发哪个事件?
在用户插入或取消 DetailsView 后,我需要执行一些检查(启用或禁用页面上其他位置的标签)。 我必须这样做,因为 DropDownList.SelectedIndexChanged 在此事件期间不会触发(在我看来这是愚蠢的,因为索引确实发生了变化)。
I need to perform a few checks (enable or disable a label elsewhere on the page) after the user Inserts or Cancels the DetailsView. I have to do this because the DropDownList.SelectedIndexChanged doesn't fire during this event (which is dumb in my opinion, since the index DOES change).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ModeChanging 应该会触发,那么你能做到吗?
ModeChanging should fire, so can you do this?