c# - 在 asp.net 中弹出窗口?

标签 c# asp.net

<分区>

如何使用 asp.net-C# 在弹出窗口中显示我的消息? 我对 javascript 很酷! 有没有c#相关的idea?

最佳答案

你可以使用 Ajax->popUpControl

<ajaxToolkit:PopupControlExtender ID="PopEx" runat="server"
    TargetControlID="DateTextBox"
    PopupControlID="Panel1"
    Position="Bottom" />

将弹出“panel1”(面板)中的内容。 了解更多信息 http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/PopupControl/PopupControl.aspx

关于c# - 在 asp.net 中弹出窗口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3625669/

相关文章:

c# - ASP.NET 成员资格和角色提供者配置问题

c# - 正则表达式提取可选组

c# - 拾取击键 Ctrl-Alt-Q

c# - for循环中N个数的阶乘

c# - FileUpload.PostedFile 在 UpdatePanel 中始终为 null

asp.net - 1and1 安全异常问题

asp.net - 架构设计良好的 ASP.NET WebForms 站点示例

c# - 如何在 EWS API 上下载特定文件附件

c# - 根据文本值检查文本框

c# - 如何使用 C# 更新存储在 XML 中的数据?