Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am creating a web user control which contains DropDown and TreeView if change the dropdown value the node is selected in tree control.

Page contains <cc1:scriptmanager xmlns:cc1="#unknown">

and web control use <asp:ToolkitScriptManager >

I got the error "Only one instance of a ScriptManager can be added to the page"

if I remove <asp:ToolkitScriptManager >from web user control then page is post back.


How can i stop the post back when change the dropdown value in web user control?
Posted
Comments
saad.raza 1-Jan-13 5:43am    
hi Prashant if I remove the script manager from user control then it post back the page. I am using ajax in control to just stop the postback on page level.

1 solution

hey saad,

This issue is occure because of when you add two script manager into same page.
Try to check that script manager should be once only. per page.

do one thing, remove script manager from User control. then error will fix.



Happy Coding.
happy New Year.
:)
:D
 
Share this answer
 

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