X.Msg.Alert not triggering more than once

  1. #1

    X.Msg.Alert not triggering more than once

    My code

    using Ext.Net;
    
     protected void Page_Load(object sender, EventArgs e)
     {
       X.Msg.Alert("title 1", "Msg 1").Show();
      X.Msg.Alert("title 2", "Msg 2").Show();
    }
    While displaying its howing only Msg 2 alert box. Msg 1 alert box ignored.

    Can anybody tell what is the reason ?

    I have to show both the alerts one by one.

    Thanks
    Last edited by geoffrey.mcgill; Oct 03, 2011 at 12:43 PM. Reason: please use [CODE] tags

Similar Threads

  1. Replies: 3
    Last Post: Mar 14, 2012, 1:35 PM
  2. triggering ASP:UpdatePanel using DirectEvents
    By cd.key in forum 1.x Help
    Replies: 0
    Last Post: Jul 08, 2011, 8:33 AM
  3. [CLOSED] Need Help Triggering a Loading Mask
    By garrisrd in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 17, 2010, 4:02 PM
  4. alert vs Ext.Msg.alert + window.location
    By Nime in forum 1.x Help
    Replies: 0
    Last Post: Nov 10, 2009, 3:34 AM
  5. Codebehind not triggering events
    By stu in forum 1.x Help
    Replies: 2
    Last Post: Feb 19, 2009, 1:56 PM

Tags for this Thread

Posting Permissions