Asp.Net中的警报框

编程入门 行业动态 更新时间:2024-10-11 01:11:30
本文介绍了Asp.Net中的警报框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想从GridView控件中删除一行。在删除时,警报框显示是或否按钮,如果用户单击没有任何应该发生的事情,GridView就是这样。但如果用户单击是,则应删除行,并且GridView文本下方应显示为ID = 1001的员工已删除。 谢谢

I want to delete a row from the GridView Control. While Deleting, Alert Box displays Yes OR No button , If User Clicks No Nothing Should be happen the GridView is as it is. But If User Clicks Yes, Row Should be deleted and Below GridView Text Should be shown as "The Employee With ID=1001 Deleted". Thanks

推荐答案

试试这个: Try this: OnClientClick="return confirm('Are you Sure You want to Delete this Record?');"

图像按钮中的

in your image button

请访问以下链接 在删除gridview中的数据之前询问确认 [ ^ ] Please visit the link below ask confirmation before deleting data in gridview[^]

ASPNet-GridView --- Delete-Row-with-Confirmation.aspx [ ^ ]

更多推荐

Asp.Net中的警报框

本文发布于:2023-11-27 16:11:11,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1638695.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:警报   Asp   Net

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!