模态弹出框控件 [英] Modal popup box control

查看:132
本文介绍了模态弹出框控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在asp.net中给出确认框?如果我选择是",则应执行某些操作,例如更新或删除.我不能使用Ajax,因为它导致应用程序发生冲突.

how to give confirmation box in asp.net? If i select Yes then some action should happen like update or delete. i cant use ajax since it is causing conflict issues with the application.

推荐答案

最简单的一个是Javascript confirm():http://www.w3schools.com/jsref/met_win_confirm.asp [ http://jqueryui.com/dialog [ http://bit.ly/YBKflp [
The simplest one is the Javascript confirm(): http://www.w3schools.com/jsref/met_win_confirm.asp[^].

For something fancier, you can use jQuery dialog: http://jqueryui.com/dialog[^].

There are a lot of other jQuery plug-ins with modal behavior: http://bit.ly/YBKflp[^].

—SA


<telerik:RadWindowManager ID="RadWindowManager1" Skin="WebBlue" runat="server" EnableShadow="true">
   </telerik:RadWindowManager>



在.Cs




in .Cs


RadWindowManager1.RadAlert("Your Message" + Resources.Messages.InsertSuccess, 300, 150, "Alert Message", "", "");


这篇关于模态弹出框控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆