ASPNET中的Cinfirm消息框 [英] Cinfirm messagebox in aspnet

查看:94
本文介绍了ASPNET中的Cinfirm消息框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谁能建议我一个用于确认和成功的dll文件,asp.net中的信息消息..
请给我发送链接...

can anyone suggest me a dll file for Confirm and Success, information message in asp.net..
Plz send me link...

推荐答案

如果您正在寻找一个客户端确认对话框,那么我建议您研究一下
If you are looking for a client side confirmation dialog box, then I would suggest you look into something like this one[^].


我是Prosenjit Muhury.

您的解决方案如下.
I am Prosenjit Muhury.

your solution given bellow.
string strscript="";
strscript = "<script language="javascript" type="text/javascript">";
strscript += " function confirm(){ window.alert('Upload Successfully');}";
strscript += "</script>";
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "test", strscript);
ScriptManager.RegisterStartupScript(this, this.GetType(), "starScript", "confirm();", true);


尝试这个

确认消息框 [确认 [ ^ ]
try this

Confirm Message Box[^]

Confirm[^]


这篇关于ASPNET中的Cinfirm消息框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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