コード例 #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);
 }