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

Confliction of Microsoft ScriptManager and Terlerik ScriptManager

1 Answer 131 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Afshin
Top achievements
Rank 2
Afshin asked on 12 Dec 2010, 04:47 PM
Hi all,
I've developed a website using ms Ajax and Visual studio 2010 ultimate edition.
Each ASP page has its own script manager and MasterPage has a simple menu built by JQuery.
I decided to use Telerik  menu instead of that simple menu. However, there is an error : "Only one script manager can be used".

What shall I do ?

Sincerely,
Afshin

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Dec 2010, 11:00 AM
Hello Afshin,


The reason for this error could be you might have included more than one ScriptManager/RadScriptManager in the same page. Probably one ScripManager in master page and in another in content page that include master page.

To solve this, simply remove the ScriptManager/RadScriptManager from the content page.
How to handle asp.net scriptmanager (which is in masterpage) & radscriptmnager (which is in Content page)


-Shinu.
Tags
Ajax
Asked by
Afshin
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or