I have just upgraded 1 page to the new Prometheous AjaxManager (to solve another conflict.) However, I have a strange new problem. I have multiple RadAjaxTimers on that page. I also have code in the Page_Load that is wraped in this statement:
If Not RadAjaxManager1.IsAjaxRequest Then
....
This code block does not get hit on the first 2 timer tick events, as expected. But on the 3rd tick it does get hit. I am curioius why? and why only on the 3rd tick and not the first 2 ticks? Has anyone else experienced this before? Thanks.
If Not RadAjaxManager1.IsAjaxRequest Then
....
This code block does not get hit on the first 2 timer tick events, as expected. But on the 3rd tick it does get hit. I am curioius why? and why only on the 3rd tick and not the first 2 ticks? Has anyone else experienced this before? Thanks.