Click here to Skip to main content
15,905,967 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Why ajaxtoolkit modalpopupextender is not work in my project?This is work in another project but not work in my project
and exception occur (Only one instance of a ScriptManager can be added to the page.).When I remove scriptmanager,that is fine but is not work.Help me.Please give me a way to solve this.Thanks for all.
Posted
Comments
VICK 27-Jan-14 2:30am    
Share your code along with HTML content to get detailed help.

1 solution

Quote:
Only one instance of a ScriptManager can be added to the page.

This error occurs when you have more than one ScriptManager/ToolkitScriptManager in a page or it is added in the masterpage and its inherited page also contains a ScriptManager/ToolkitScriptManager .

You have to use only one ScriptManager/ToolkitScriptManager in a page.If the Masterpage contains a ScriptManager/ToolkitScriptManager there is no need for another one in its inherited page

Quote:
When I remove scriptmanager,that is fine but is not work

Possible thing is Popup doesn't contains any data.use debugger to find whether the data is binding or not
 
Share this answer
 
v2
Comments
Member 10220152 27-Jan-14 1:13am    
Data is binding but popup is not display
Tom Marvolo Riddle 27-Jan-14 1:18am    
Popup may get blocked by browser.Check it

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900