document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. protected void Button1_Click(object sender, EventArgs e)
  2. {
  3.     Response.Write("<div id=\\"divAlertBootstrap\\" style=\\"width:100%; position:fixed; top:0px; margin: 0px; text-align:center; font-weight:bold; z-index:999; display: none;\\" class=\\"alert alert-success\\">" +
  4.                     "Caixa de alerta com Bootstrap funcionando corretamente!</div>" +
  5.                     "<script type=\\"text/javascript\\">window.onload=function(){alertBootstrap();};</script>");
  6. }
');