Example #1
0
 protected void Page_Init(object sender, EventArgs e)
 {
     msgbox = new ProudMonkey.Common.Controls.MessageBox()
     {
     };
     this.pnlMsgBox.Controls.Clear();
     this.pnlMsgBox.Controls.Add(msgbox);
 }