protected void Button1_Click(object sender, EventArgs e) { Notify.BroadCast("From message " + TextBox1.Text); }