/Files/eebb/TreeControls.rar

   漂亮的自定义对话框,可以更改标题头和内容,还可以改遮盖层颜色,透明度等,实现了弹出窗口后背景变灰并屏蔽的功能,和sina的类似
    可以更改标题头和内容,还可以改遮盖层颜色,透明度等、详细配置参照Demo文件
    Demo为演示文件夹、TreeControls为控件源码文件夹

通过下面语句调用:
 HTML: <%@ Register Namespace="TreeControls" Assembly="TreeControls" TagPrefix="tree" %>


<tree:AlertMsg ID="AlertMsg1" runat="server" OnOnSelect="AlertMsg1_OnSelect" />

 CS:
 protected void Button1_Click(object sender, EventArgs e)
     {
         AlertMsg1.Title = "消息2";     /**//////标题  
         AlertMsg1.ShowTreeAlertMsg("对话框!!!!");        /**//////////////////显示对话框内容
     }

相关文章:

  • 2021-10-05
  • 2022-01-29
  • 2021-12-09
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-09
  • 2021-05-29
  • 2021-07-09
  • 2021-11-14
  • 2021-10-23
  • 2021-09-13
相关资源
相似解决方案