This question is locked. New answers and comments are not allowed.
Hi,
I have an ajax search user control that was included in the master page, very basic implementation with Ajax.BeginForm, it has always worked and it is still working for all pages of the site except one. We are not using RadScriptManager in any master pages, so far all external javascripts are just included in the header as with a <script> tag.
The one page that does not work has a RadScriptManager and RadScheduler and RadTooltipManager on it, and a lot of client-side scripting, the search still works on that page to some extent except it is no longer AJAX, it submitted the whole page. I think RadScriptManager has something to do with this, because once I comment it out, the Ajax search in the header works beautifully again.
Some pointers to the right direction would be good enough, it cannot be true that I am the first guy with this kind of problem.
Thanks.
James
I have an ajax search user control that was included in the master page, very basic implementation with Ajax.BeginForm, it has always worked and it is still working for all pages of the site except one. We are not using RadScriptManager in any master pages, so far all external javascripts are just included in the header as with a <script> tag.
The one page that does not work has a RadScriptManager and RadScheduler and RadTooltipManager on it, and a lot of client-side scripting, the search still works on that page to some extent except it is no longer AJAX, it submitted the whole page. I think RadScriptManager has something to do with this, because once I comment it out, the Ajax search in the header works beautifully again.
Some pointers to the right direction would be good enough, it cannot be true that I am the first guy with this kind of problem.
Thanks.
James