示例#1
0
文件: noty.cs 项目: niisar/ASP.NET
 public void notify(System.Web.UI.Page myPage, string message, allTypes types, layout layout, string timeout)
 {
     ScriptManager.RegisterClientScriptBlock(myPage, typeof(Page), "notification2", "notification3('" + message + "','" + types + "','" + layout + "','" + timeout + "')", true);
 }
示例#2
0
文件: noty.cs 项目: niisar/ASP.NET
 public void notify(System.Web.UI.Page myPage,string message,allTypes types)
 {
     ScriptManager.RegisterClientScriptBlock(myPage, typeof(Page), "notification1", "notification1('" + message + "','" + types + "')", true);
 }