Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > RadControls in ASP.NET MVC > Execute Jquery alert after Radschudler events

Not answered Execute Jquery alert after Radschudler events

Feed from this thread
  • MOUSLIKI avatar

    Posted on May 30, 2011 (permalink)

    Hello,

    I have a problem to Execute Jquery alert after radscheduler events.

    For example:
    in the RadScheduler1_FormCreating event i want to execute this code:

    Page.ClientScript.RegisterStartupScript(typeof(EditServiceConsultantCalendar), "error", "jAlert('the number of rooms is not enaugh', 'warning');", true);

    but the Jquery alert is not executed.

    on the other side if I insert this code after a button_clickevent then the Jquery alert is executed.


    Thanks for helps.

    Reply

  • MOUSLIKI avatar

    Posted on May 30, 2011 (permalink)

    I need Your helps please......

    Reply

  • MOUSLIKI avatar

    Posted on May 30, 2011 (permalink)

    ok,i think that i have found the solution,thank you every body.........................................................

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > RadControls in ASP.NET MVC > Execute Jquery alert after Radschudler events