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

[Solved] RadScriptManager and Ajax.BeginForm

0 Answers 18 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
James Mou
Top achievements
Rank 1
James Mou asked on 04 May 2010, 10:41 AM
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
Tags
General Discussions
Asked by
James Mou
Top achievements
Rank 1
Share this question
or