如何更改消息框的标题 [英] How can I change the title of my message box

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

问题描述

Dim myStringVariable1 As String = string.Empty
myStringVariable1 = ("Policy Number:" + ("  "  _
            + (txtPolNo.Text.ToString + ("  " + ("with Issuance office:" + ("  "  _
            + (dropIssOff.Text.ToString + ("  " + "was not found on the database. Please make sure that your inputs are correct."))))))))
ClientScript.RegisterStartupScript(Me.GetType, "myalert", ("alert('"  _
                + (myStringVariable1 + "');")), true)

推荐答案

嗨穆罕默德,



谢谢在这里提出这个问题。

对于你的问题,请参考这个链接 [ ^ ] 。



希望这对你有所帮助。



问候,

RK
Hi Mohammad,

Thanks for asking this question here.
For your question, just refer this link[^].

Hope this helps you a bit.

Regards,
RK


我自己解决了这个问题:



我将使用 jQuery警告/对话框 [ ^ ]实现相同目标。
I solved this myself:

I will use the jQuery alert/dialog box[^] to achieve the same.


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

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