Example #1
0
 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);
 }
Example #2
0
 public void notify(System.Web.UI.Page myPage,string message,allTypes types)
 {
     ScriptManager.RegisterClientScriptBlock(myPage, typeof(Page), "notification1", "notification1('" + message + "','" + types + "')", true);
 }