This is a migrated thread and some comments may be shown as answers.

Execute Jquery alert after Radschudler events

2 Answers 59 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
MOUSLIKI
Top achievements
Rank 1
MOUSLIKI asked on 30 May 2011, 03:58 PM
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.

2 Answers, 1 is accepted

Sort by
0
MOUSLIKI
Top achievements
Rank 1
answered on 30 May 2011, 04:42 PM
I need Your helps please......
0
MOUSLIKI
Top achievements
Rank 1
answered on 30 May 2011, 04:52 PM
ok,i think that i have found the solution,thank you every body.........................................................
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
MOUSLIKI
Top achievements
Rank 1
Answers by
MOUSLIKI
Top achievements
Rank 1
Share this question
or